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 34f61e8 commit 74373bfCopy full SHA for 74373bf
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Tests
25
run: python -m pytest -v
26
- name: upload coverage to Codecov
27
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
28
with:
29
name: codecov-umbrella
30
fail_ci_if_error: true
0 commit comments