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 cf759e9 + e9b56db commit 2503caaCopy full SHA for 2503caa
.github/workflows/test_n_coverage.yml
@@ -37,10 +37,11 @@ jobs:
37
run: poetry run pytest --cov=./ --cov-report=xml
38
39
- name: Upload coverage to Codecov
40
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
41
with:
42
flags: unittests
43
files: ./coverage.xml
44
name: codecov-umbrella
45
+ token: ${{ secrets.CODECOV_TOKEN }}
46
fail_ci_if_error: true
47
verbose: true
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [unreleased]
2
+### Fixed
3
+- Upload to Codecov step in `tests_n_coverage.yml` action
4
+
5
## [2.5.1]
6
### Fixed
7
- Avoid "/bin/sh: 1: gunicorn: not found" error by using poetry <1.8 in Dockerfile
0 commit comments