Skip to content

Commit

Permalink
ci: fix failing py coverage upload (#236)
Browse files Browse the repository at this point in the history
#211 didn't update the coverage path in `ci.yml` x_x
  • Loading branch information
aborgna-q authored Nov 10, 2023
1 parent 57bd11f commit 581350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ jobs:
- name: Upload python coverage to codecov.io
uses: codecov/codecov-action@v3
with:
files: pyrs/coverage.xml
files: coverage.xml
name: python
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 581350e

Please sign in to comment.