Skip to content

Commit

Permalink
Add coverage report to tests task
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kirkegaard committed Feb 25, 2019
1 parent ac011f0 commit ccd659c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export DB='test/db/db.h5'
rm -f $DB
coverage run --omit="test/*" -m unittest "$@"
rm -f $DB
coverage report

0 comments on commit ccd659c

Please sign in to comment.