Skip to content

Commit

Permalink
Make the make test-coverage command fail when tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Sep 20, 2016
1 parent 49f4615 commit 26c7467
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 @@ -65,7 +65,7 @@ test: $(FRAMEWORK)

test-coverage: $(FRAMEWORK)
MIXCO_COVERAGE=1 MIXCO_USE_SOURCE=1 \
$(ISTANBUL) cover $(_MIXCO) -- -tT --factory
$(ISTANBUL) cover $(_MIXCO) -- -tT --factory --fatal-tests
$(ISTANBUL) report text lcov

upload-doc: doc
Expand Down

0 comments on commit 26c7467

Please sign in to comment.