Skip to content

Commit

Permalink
Don't omit tests from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Nov 1, 2018
1 parent 1efd650 commit 2b6e55d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ branch = True
[report]
include = submissions/*
omit =
**/__init__.py
**/tests/*
**/test/*
**/migrations/*
*/migrations/*

0 comments on commit 2b6e55d

Please sign in to comment.