Skip to content

Commit

Permalink
Fix coverage rule
Browse files Browse the repository at this point in the history
Change-Id: I26740637fed5bb601a56d25d173c5102217b6f08
  • Loading branch information
bellini666 committed Jun 27, 2016
1 parent 053b32a commit 7eb0a48
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 @@ -63,7 +63,7 @@ coverage: clean check-source-all
--cover-inclusive \
$(TEST_MODULES) && \
tools/validatecoverage coverage.xml && \
git show|tools/diff-coverage jenkins-test/stoq-$$VERSION/coverage.xml
git show|tools/diff-coverage coverage.xml

jenkins: check-source-all
unset STOQLIB_TEST_QUICK && \
Expand Down

0 comments on commit 7eb0a48

Please sign in to comment.