Skip to content

Commit caf0091

Browse files
committed
add coveralls config to ignore site-packages and tests
1 parent 15a34b7 commit caf0091

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.coveragerc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[report]
2+
omit =
3+
*/python?.?/*
4+
*/site-packages/nose/*
5+
*/tests/*
6+
*/assertpy/__init__.py

0 commit comments

Comments
 (0)