Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Fix cov
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Feb 27, 2024
1 parent a8835a4 commit c5f2f28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__pycache__/
.tox/

.coverage
.coverage*
coverage*.xml
poetry.lock
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ deps =
coverage
pytest
commands =
coverage run --append pytest_ruff.py
coverage run --data-file .coverage_root --append pytest_ruff.py
coverage xml -o coverage_root.xml

[testenv:lint]
description = lint source code
Expand Down

0 comments on commit c5f2f28

Please sign in to comment.