Skip to content

Commit

Permalink
By default, also create an html code coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed May 9, 2024
1 parent 506a21c commit 1117e87
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 @@ -33,7 +33,7 @@ test = [
]

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

[tool.coverage.run]
Expand Down

0 comments on commit 1117e87

Please sign in to comment.