We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc4fc4 commit 5fca83cCopy full SHA for 5fca83c
.github/workflows/Tests.yml
@@ -132,7 +132,7 @@ jobs:
132
with:
133
token: ${{ secrets.CODECOV_TOKEN }}
134
job_code: ${{ github.run_id }}-${{ github.run_number }}
135
- files: ./coverage.xml,./test-reports/coverage.xml
+ files: ./coverage.xml,./test-reports/coverage.xml
136
directory: .
137
env_vars: OS,PYTHON_VERSION
138
flags: multicast
0 commit comments