Skip to content

Commit

Permalink
add venv dir to be excluded from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi committed Apr 23, 2020
1 parent 68e71c2 commit d37e1b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
omit =
*/.local/*
*/virtualenv/*
*/venv/*
/usr/*
staging/*
tests/*
Expand All @@ -10,6 +11,7 @@ omit =
omit =
*/.local/*
*/virtualenv/*
*/venv/*
/usr/*
staging/*
tests/*
Expand Down

0 comments on commit d37e1b7

Please sign in to comment.