Skip to content

Commit

Permalink
ci: fix failing py coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 10, 2023
1 parent 88d4bd7 commit 7ef7b8b
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 7ef7b8b

Please sign in to comment.