Skip to content

Commit

Permalink
fix coverage args
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed May 22, 2024
1 parent 0bee013 commit 9fdeec4
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 @@ -53,7 +53,7 @@ typecheck = "mypy --strict ./src/adam_core"
test = "pytest --benchmark-disable {args}"
doctest = "pytest --doctest-plus --doctest-only"
benchmark = "pytest --benchmark-only"
coverage = "pytest --cov=src/adam_core/propagators/adam_pyoorb --cov-report=xml"
coverage = "pytest --cov=src --cov-report=xml"

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

0 comments on commit 9fdeec4

Please sign in to comment.