Skip to content

Commit 2503caa

Browse files
Merge pull request #117 from Clinical-Genomics/fix_codecov_upload
Fix GitHub action to use Codecov token
2 parents cf759e9 + e9b56db commit 2503caa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test_n_coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
run: poetry run pytest --cov=./ --cov-report=xml
3838

3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
4141
with:
4242
flags: unittests
4343
files: ./coverage.xml
4444
name: codecov-umbrella
45+
token: ${{ secrets.CODECOV_TOKEN }}
4546
fail_ci_if_error: true
4647
verbose: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [unreleased]
2+
### Fixed
3+
- Upload to Codecov step in `tests_n_coverage.yml` action
4+
15
## [2.5.1]
26
### Fixed
37
- Avoid "/bin/sh: 1: gunicorn: not found" error by using poetry <1.8 in Dockerfile

0 commit comments

Comments
 (0)