Skip to content

Commit

Permalink
Enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Jan 9, 2025
1 parent 7194a73 commit 3686a4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
shell: bash -l {0}
run: coverage xml

# - name: Upload code coverage
# uses: codecov/codecov-action@v5
# with:
# token: ${{ secrets.codecov_token }}
# files: ./coverage.xml
- name: Upload code coverage
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.codecov_token }}
files: ./coverage.xml

0 comments on commit 3686a4c

Please sign in to comment.