Skip to content

Commit

Permalink
Print result of make coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Apr 20, 2015
1 parent 5f6a7b8 commit 4df1039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ coverage:
@rm -f luacov.*
@busted --coverage spec/unit
@luacov -c spec/.luacov
@tail -n 1 luacov.report.out | awk '{ print $$3 }'

test-api:
@busted spec/integration/api
Expand Down

0 comments on commit 4df1039

Please sign in to comment.