Skip to content

Commit cea6f6b

Browse files
committed
coverage 2
1 parent c8ed312 commit cea6f6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Test with pytest
3939
run: |
40-
pytest --cov-branch --cov-report=xml
40+
pytest --cov=xrlint --cov-branch --cov-report=xml
4141
- name: Upload coverage reports to Codecov
4242
uses: codecov/codecov-action@v5
4343
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build
88
__pycache__
99
*.egg-info
1010
.coverage
11+
coverage.xml
1112
htmlcov/
1213
site/
1314

0 commit comments

Comments
 (0)