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 39b45d3 commit e35b5a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ devel = [
]
test = [
"pytest",
"pytest-cov ~=4.1.0",
"pytest-cov",
]

#[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"]
testpaths = ["tests"]

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

0 comments on commit e35b5a9

Please sign in to comment.