Skip to content

Commit

Permalink
Switches to measuring branch coverage, opposed to statement coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Nolan committed Feb 27, 2018
1 parent f5a8c6b commit 3236846
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[run]
branch = True
source = .
omit =
.venv/*
*/__init__.py
irobot/irobot.py
irobot/test/*
irobot/tests/*
parallel = True

0 comments on commit 3236846

Please sign in to comment.