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.
2 parents d21d2ef + 81a1011 commit 50bb6d8Copy full SHA for 50bb6d8
.github/workflows/main.yml
@@ -47,10 +47,11 @@ jobs:
47
48
- name: tox
49
run: python -m poetry run tox
50
-
51
- - uses: codecov/codecov-action@v1
+
+ - name: Upload coverage reports to Codecov
52
+ uses: codecov/codecov-action@v3
53
with:
- # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
54
+ token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
55
files: ./coverage.xml # optional
56
flags: unittests # optional
57
name: codecov-umbrella # optional
0 commit comments