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 0d4f547 commit 0956799Copy full SHA for 0956799
.github/workflows/python-app.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Upload coverage report to ${{ matrix.service }}
95
if: ${{ matrix.service == 'codecov' }}
96
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
97
with:
98
token: ${{ secrets.CODECOV_TOKEN }}
99
files: coverage.xml
0 commit comments