We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddad5dc commit 50f1d99Copy full SHA for 50f1d99
.github/workflows/coverage.yml
@@ -28,7 +28,7 @@ jobs:
28
coverage run --rcfile=.coveragerc -m pytest test/test_dropbox_unit.py
29
coverage xml
30
- name: Publish Coverage
31
- uses: codecov/[email protected].14
+ uses: codecov/[email protected].15
32
with:
33
flags: unit
34
fail_ci_if_error: true
0 commit comments