Skip to content

Commit c8ed312

Browse files
committed
coverage
1 parent 93559f5 commit c8ed312

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Test with pytest
3939
run: |
40-
pytest --cov=xrlint
40+
pytest --cov-branch --cov-report=xml
4141
- name: Upload coverage reports to Codecov
42-
uses: codecov/codecov-action@v3
43-
env:
44-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
42+
uses: codecov/codecov-action@v5
43+
with:
44+
token: ${{ secrets.CODECOV_TOKEN }}
45+
slug: bcdev/xrlint

0 commit comments

Comments
 (0)