Skip to content

Commit

Permalink
Add xml report.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed May 9, 2024
1 parent 96c5f5a commit d4bcfd1
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 @@ -39,7 +39,7 @@ test = [
]

[tool.pytest.ini_options]
addopts = ["--cov=om3utils", "--cov-report=term", "--cov-report=html"]
addopts = ["--cov=om3utils", "--cov-report=term", "--cov-report=html", "--cov-report=xml"]
testpaths = ["tests"]

[tool.coverage.run]
Expand Down

0 comments on commit d4bcfd1

Please sign in to comment.