Skip to content

Commit bc03426

Browse files
committed
Filter out travis' virtualenv from coverage report.
1 parent 3e7ab6e commit bc03426

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.coveragerc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[run]
2-
omit = */venv/*
2+
omit =
3+
*/venv/*
4+
*/virtualenv/*
5+
ignore_errors = True

0 commit comments

Comments
 (0)