Skip to content

Commit

Permalink
Fix codeconv YAML bleadthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 15, 2024
1 parent 77468fc commit 6f5068f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@ jobs:
env:
AUTHOR_TESTING: 1
AUTOMATED_TESTING: 1
- name: Download codecov
run: |
# Replace `linux` below with the appropriate OS
# Options are `alpine`, `linux`, `macos`, `windows`
# curl -Os https://uploader.codecov.io/latest/linux/codecov
# chmod +x codecov
# - name: Download codecov
# run: |
# Replace `linux` below with the appropriate OS
# Options are `alpine`, `linux`, `macos`, `windows`
# curl -Os https://uploader.codecov.io/latest/linux/codecov
# chmod +x codecov
- name: Submit codecov
run: |
cover -test
cover -report codecov
# ./codecov -t ${{ secrets.CODECOV_TOKEN }} -f cover_db/codecov.json
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
AUTOMATED_TESTING: 1
1 change: 1 addition & 0 deletions .github/workflows/strawberry.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
# See https://github.com/actions/virtual-environments
# and https://github.com/shogo82148/actions-setup-perl/tree/v1.31.3

name: Test Code on Windows using Strawberry Perl
on:
Expand Down

0 comments on commit 6f5068f

Please sign in to comment.