We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93559f5 commit c8ed312Copy full SHA for c8ed312
.github/workflows/tests.yml
@@ -37,8 +37,9 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
run: |
40
- pytest --cov=xrlint
+ pytest --cov-branch --cov-report=xml
41
- name: Upload coverage reports to Codecov
42
- uses: codecov/codecov-action@v3
43
- env:
44
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ uses: codecov/codecov-action@v5
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
45
+ slug: bcdev/xrlint
0 commit comments