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 302fb01 commit 55601d0Copy full SHA for 55601d0
.github/workflows/ci.yml
@@ -38,10 +38,10 @@ jobs:
38
- name: Run tests with tox
39
run: poetry run tox
40
41
+ - name: Codecov
42
+ uses: codecov/codecov-action@v4.5.0
43
+
44
- name: Upload coverage reports to Codecov
- uses: codecov/codecov-action@v4.0.1
45
46
with:
47
token: ${{ secrets.CODECOV_TOKEN }}
- # files: ./coverage.xml # Adjust this path if necessary
- # flags: unittests # Optional flags for Codecov
- # fail_ci_if_error: true # Fails the CI if Codecov upload fails
0 commit comments