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 c8ed312 commit cea6f6bCopy full SHA for cea6f6b
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
run: |
40
- pytest --cov-branch --cov-report=xml
+ pytest --cov=xrlint --cov-branch --cov-report=xml
41
- name: Upload coverage reports to Codecov
42
uses: codecov/codecov-action@v5
43
with:
.gitignore
@@ -8,6 +8,7 @@ build
8
__pycache__
9
*.egg-info
10
.coverage
11
+coverage.xml
12
htmlcov/
13
site/
14
0 commit comments