Skip to content

Commit

Permalink
Bring back coveragerc file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Nov 27, 2023
1 parent a735697 commit aa8a6c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[run]
parallel = true
source = simsopt
relative_files = true

[paths]
sources =
src/
/**/lib/python3.8/site-packages
/**/lib/python3.9/site-packages
/**/lib/python3.10/site-packages
/**/lib/python3.11/site-packages

0 comments on commit aa8a6c8

Please sign in to comment.