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 223fe46 commit 403f980Copy full SHA for 403f980
.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@v3.1.3
32
with:
33
flags: unit
34
fail_ci_if_error: true
@@ -66,7 +66,7 @@ jobs:
66
coverage run --rcfile=.coveragerc -m pytest test/integration/test_dropbox.py
67
68
69
70
71
flags: integration
72
0 commit comments