Skip to content

Commit

Permalink
Update codecov command
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Nov 20, 2023
1 parent acc71d9 commit c38a3f3
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 @@ -3,7 +3,7 @@ requires = ["setuptools>=42.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
addopts = "-v --durations=10 --cov=micro_sam --cov-report xml:coverage.xml"
addopts = "-v --durations=10 --cov=micro_sam --cov-report xml:coverage.xml --cov-report term-missing"
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
"gui: marks GUI tests (deselect with '-m \"not gui\"')",
Expand Down

0 comments on commit c38a3f3

Please sign in to comment.