Skip to content

Commit 5e1a794

Browse files
authored
fix coverage (#119)
1 parent 0af5387 commit 5e1a794

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/fast_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ jobs:
4545
- name: Run fast tests
4646
run: DOCLEAN=1&&pytest tests/fast -v --cov=modelbuilder --cov-report=xml --cov-report=term-missing
4747

48-
- name: Upload coverage to Codecov
48+
- name: Upload coverage reports to Codecov
4949
uses: codecov/codecov-action@v5
5050
with:
51-
files: coverage.xml
51+
token: ${{ secrets.CODECOV_TOKEN }}
5252
flags: fast-tests
53-
fail_ci_if_error: false
5453

5554
- name: Upload stats artifact
5655
if: always()

0 commit comments

Comments
 (0)