Skip to content

Commit da80777

Browse files
committed
Make sure that when running tests coverage report doesn't include external libs for which we don't really care to do tests.
1 parent 875c1a8 commit da80777

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[report]
2+
source = shotgun_api3
3+
omit = shotgun_api3/lib/*

0 commit comments

Comments
 (0)