Skip to content

Commit

Permalink
store coverage as xml
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Dec 14, 2023
1 parent 7d5d033 commit 804c28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ profile = "black"
# Configure pytest
[tool.pytest.ini_options]
testpaths = ["tests"] # Specify the directory where test files are located
addopts = "--cov=src"
addopts = "--cov=src --cov-report=xml"

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit 804c28c

Please sign in to comment.