Skip to content

Commit

Permalink
Ensure all is commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 13, 2024
1 parent c84fb05 commit 40121e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ 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
Expand Down

0 comments on commit 40121e6

Please sign in to comment.