Skip to content

Commit

Permalink
exclude tests from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Sep 16, 2016
1 parent 8201613 commit 2ea5cef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .coveragerc
@@ -1,4 +1,6 @@
[run]
source = bambi
include = */bambi/*
omit = */bambi/external/*
omit =
*/bambi/external/*
*/bambi/tests/*

0 comments on commit 2ea5cef

Please sign in to comment.