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 b9ead34 commit 5247bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ test = [
"pytest-cov ~=4.1.0",
]

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

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

0 comments on commit 5247bd9

Please sign in to comment.