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.
2 parents d856bec + 509f66b commit a9b3c3eCopy full SHA for a9b3c3e
.github/workflows/pypi_publish.yml
@@ -39,7 +39,7 @@ jobs:
39
coverage report -m
40
coverage xml
41
- name: Codecov
42
- uses: codecov/codecov-action@v1.5.0
+ uses: codecov/codecov-action@v2.1.0
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
env_vars: OS,PYTHON
.github/workflows/python-package.yml
@@ -44,7 +44,7 @@ jobs:
46
47
48
49
50
0 commit comments