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