Skip to content

Commit

Permalink
Get coverage working
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Nov 22, 2023
1 parent 9de3a77 commit b5febae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,13 @@ extend-exclude = ["thirdparty"]
"tests/geo/test_curve.py" = ["F401"]
"tests/geo/test_surface.py" = ["F401"]
"tests/mhd/test_virtual_casing.py" = ["F841"]

[tool.coverage.run]
parallel = true
relative_files = true
source = ["simsopt"]

[tool.coverage.paths]
source = [
"*/lib*/python*/site-packages/simsopt"
]

0 comments on commit b5febae

Please sign in to comment.