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 10d92da commit 78f931cCopy full SHA for 78f931c
.github/workflows/coverage.yml
@@ -28,7 +28,7 @@ jobs:
28
coverage run --rcfile=.coveragerc -m pytest test/unit/test_dropbox_unit.py
29
coverage xml
30
- name: Publish Coverage
31
- uses: codecov/codecov-action@v1.3.2
+ uses: codecov/codecov-action@v2.0.2
32
with:
33
flags: unit
34
fail_ci_if_error: true
0 commit comments