diff --git a/tox.ini b/tox.ini index 5b4df36..fb1b58a 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =