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 d09e69c commit f8a7f01Copy full SHA for f8a7f01
.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.0.15
+ uses: codecov/codecov-action@v1.2.1
32
with:
33
flags: unit
34
fail_ci_if_error: true
0 commit comments