Skip to content

Commit

Permalink
Fix code coverage not running properly
Browse files Browse the repository at this point in the history
Kudos to @escapewindow for finding the fix
  • Loading branch information
JohanLorenzo committed Sep 26, 2016
1 parent 423f629 commit b98e1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[run]
branch = True
omit = pushapkworker/test/*
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist = py35
[testenv]
setenv =
PYTHONDONTWRITEBYTECODE=1
usedevelop=True

passenv =
HOME
Expand Down

0 comments on commit b98e1cc

Please sign in to comment.