We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af5387 commit 5e1a794Copy full SHA for 5e1a794
1 file changed
.github/workflows/fast_tests.yml
@@ -45,12 +45,11 @@ jobs:
45
- name: Run fast tests
46
run: DOCLEAN=1&&pytest tests/fast -v --cov=modelbuilder --cov-report=xml --cov-report=term-missing
47
48
- - name: Upload coverage to Codecov
+ - name: Upload coverage reports to Codecov
49
uses: codecov/codecov-action@v5
50
with:
51
- files: coverage.xml
+ token: ${{ secrets.CODECOV_TOKEN }}
52
flags: fast-tests
53
- fail_ci_if_error: false
54
55
- name: Upload stats artifact
56
if: always()
0 commit comments