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 ead4e67 commit 56cae1dCopy full SHA for 56cae1d
.github/workflows/test.yml
@@ -89,7 +89,7 @@ jobs:
89
coverage-reports: coverage.xml
90
91
- name: "Upload coverage to Codecov"
92
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
93
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9'
94
with:
95
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments