Skip to content

Commit

Permalink
Update .coveragerc
Browse files Browse the repository at this point in the history
Error in coverage omit statement. We wanted the unit test directories excluded, but the typo */test/* needed to be */tests/*
  • Loading branch information
stoiver committed May 20, 2015
1 parent 6ecb4b2 commit 061ab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
@@ -1,7 +1,7 @@


[run]
omit = */test/*
omit = */tests/*
*__init__*
*/setup.py
*test_all*
Expand Down

0 comments on commit 061ab05

Please sign in to comment.