Skip to content

Commit

Permalink
Enable branch coverage output
Browse files Browse the repository at this point in the history
Let's see if Coveralls supports this yet.
  • Loading branch information
myint committed Mar 6, 2017
1 parent b8b385a commit 53d2040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ check:

coverage:
@coverage erase
@PYTHON='coverage run --parallel-mode' ./test.bash
@PYTHON='coverage run --branch --parallel-mode' ./test.bash
@coverage combine
@coverage report

Expand Down

0 comments on commit 53d2040

Please sign in to comment.