Skip to content

Commit

Permalink
fix pytest coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Sep 11, 2024
1 parent 20df817 commit 2595eeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tests = [
"xarray",
"zarr",
"pytest",
"pytest-cov",
]

[build-system]
Expand Down Expand Up @@ -56,10 +57,10 @@ warn_redundant_casts = true

[tool.coverage.run]
omit = ["*/tests/*", "ecmwfspec/_version.py"]
concurrency = "multiprocessing"
concurrency = ["multiprocessing"]

[tool.coverage.report]
exclude_lines = "pragma: no cover"
exclude_lines = ["pragma: no cover"]

[project.urls]
"Homepage" = "https://github.com/observingClouds/ecmwfspec"
Expand Down

0 comments on commit 2595eeb

Please sign in to comment.