Skip to content

Commit 39d0eb4

Browse files
authored
Create .coveragerc
1 parent ac50133 commit 39d0eb4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.coveragerc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[run]
2+
branch = True
3+
source = synapdrive_ai
4+
omit =
5+
*/__init__.py
6+
*/tests/*
7+
synapdrive_ai/__main__.py
8+
9+
[report]
10+
show_missing = True
11+
skip_covered = False
12+
precision = 1
13+
14+
[xml]
15+
output = coverage.xml

0 commit comments

Comments
 (0)