Skip to content

Commit eb0c3c3

Browse files
committed
Coverage report generation on GitHub.
Signed-off-by: Henry Cox <[email protected]>
1 parent 3993b98 commit eb0c3c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ report:
3232
--filter region ; \
3333
if [ -f $(PYCOV_DB) ] ; then \
3434
$(BINDIR)/py2lcov -o pycov.info $(PYCOV_DB) \
35+
--exclude '*dist-packages/*' \
3536
--version-script $(VERSION_SCRIPT) ; \
3637
fi ; \
3738
$(BINDIR)/genhtml --parallel -o $(HTML_RPT) \
@@ -41,6 +42,7 @@ report:
4142
--version-script $(VERSION_SCRIPT) \
4243
--annotate-script $(ANNOTATE_SCRIPT) \
4344
--filter region \
45+
--show-owners \
4446
--ignore empty,inconsistent ; \
4547
cp p*cov.info $(HTML_RPT) ; \
4648
echo "Wrote HTML report to ${HTML_RPT}" ; \

0 commit comments

Comments
 (0)