Skip to content

Commit b3aa684

Browse files
committed
Update codecov.yml
1 parent e5c46ee commit b3aa684

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ jobs:
3333
run: |
3434
python -c "import os; print(os.getcwd())"
3535
python -m pytest . --ignore=solutions --log-cli-level=INFO -v --cov-report term-missing --cov --cov-branch --cov-report=xml
36+
- name: List test files
37+
run: |
38+
ls *.xml
3639
# yamllint enable rule:line-length
3740
- name: Upload coverage to Codecov
3841
uses: codecov/codecov-action@v5.5.0
3942
with:
40-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
43+
token: ${{ secrets.CODECOV_TOKEN }}
4144
files: coverage.xml
4245
fail_ci_if_error: true # optional (default = false)
4346
verbose: true # optional (default = false)cd

0 commit comments

Comments
 (0)