Skip to content

Commit

Permalink
generate coverage in xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Dec 6, 2023
1 parent a91e5fa commit 95e3ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker = falkordb
commands_pre =
find . -type f -name "*.pyc" -delete
commands =
pytest --cov falkordb_bulk_loader
pytest --cov-report=xml --cov falkordb_bulk_loader

[testenv:linters]
commands =
Expand Down

0 comments on commit 95e3ba8

Please sign in to comment.