Skip to content

Commit

Permalink
Changes coverage file name
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Oct 16, 2024
1 parent 3cf7862 commit f2a9519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
directory: ./coverage/reports/
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage1.xml,./coverage2.xml,!./cache
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit f2a9519

Please sign in to comment.