Skip to content

Commit

Permalink
omit jax_md from codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtoshev committed Jun 8, 2024
1 parent c24bc5f commit 08fa78e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ filterwarnings = [
"ignore::DeprecationWarning:^(?!.*jax_sph).*"
]

[tool.coverage.run]
omit = ["jax_sph/jax_md/*"]

[tool.coverage.report]
omit = ["jax_sph/jax_md/*"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 08fa78e

Please sign in to comment.