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