Skip to content

Commit

Permalink
Remove xml reports
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Apr 18, 2024
1 parent db8f244 commit ee7dfa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install test requirements
run: pip install -r test-requirements.txt
- name: Run tests
run: python setup.py test --addopts "--cov-report xml"
run: python setup.py test
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool:pytest]
addopts = tests --strict-markers --cov aiostream --cov-report html --cov-report term
addopts = tests --strict-markers --cov aiostream

[coverage:report]
exclude_lines =
Expand Down

0 comments on commit ee7dfa1

Please sign in to comment.