Skip to content

Commit aa8a6c8

Browse files
committed
Bring back coveragerc file
1 parent a735697 commit aa8a6c8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.coveragerc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[run]
2+
parallel = true
3+
source = simsopt
4+
relative_files = true
5+
6+
[paths]
7+
sources =
8+
src/
9+
/**/lib/python3.8/site-packages
10+
/**/lib/python3.9/site-packages
11+
/**/lib/python3.10/site-packages
12+
/**/lib/python3.11/site-packages

0 commit comments

Comments
 (0)