Skip to content

Commit cd65c66

Browse files
committed
Add .coveragerc file
1 parent c594770 commit cd65c66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.coveragerc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[run]
2+
source = tagging
3+
omit = tagging/tests/*
4+
5+
[report]
6+
show_missing = True
7+
exclude_lines =
8+
pragma: no cover

0 commit comments

Comments
 (0)