Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed Dec 18, 2023
1 parent 3a4cf32 commit 815e4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ test = [
]

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

[tool.black]
line-length = 120
Expand Down

0 comments on commit 815e4c9

Please sign in to comment.