Exclude libraries and tests from coverage numbers

pull/5268/head
Jimmy Brisson 2017-09-25 11:51:31 -05:00 committed by adbridge
parent 77bc5c80f5
commit d3d27a9631
1 changed files with 9 additions and 0 deletions

9
.coveragerc Normal file
View File

@ -0,0 +1,9 @@
[run]
omit =
*/usr/local/lib*
*/tools/test/*
[report]
omit =
*/usr/local/lib*
*/tools/test/*