Skip to content

Commit

Permalink
add coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Dec 28, 2014
1 parent 571a348 commit 9a1d5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ run_test tests/test.py tests/twitter.com

gcov src/*.c
cd src && gcovr -r . --html --html-details -o index.html
gcovr -r . | grep TOTAL | rev | cut -d' ' -f 1 | rev > /tmp/chinadns-c-coverage

exit $result

0 comments on commit 9a1d5ba

Please sign in to comment.