We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3993b98 commit eb0c3c3Copy full SHA for eb0c3c3
tests/Makefile
@@ -32,6 +32,7 @@ report:
32
--filter region ; \
33
if [ -f $(PYCOV_DB) ] ; then \
34
$(BINDIR)/py2lcov -o pycov.info $(PYCOV_DB) \
35
+ --exclude '*dist-packages/*' \
36
--version-script $(VERSION_SCRIPT) ; \
37
fi ; \
38
$(BINDIR)/genhtml --parallel -o $(HTML_RPT) \
@@ -41,6 +42,7 @@ report:
41
42
--version-script $(VERSION_SCRIPT) \
43
--annotate-script $(ANNOTATE_SCRIPT) \
44
--filter region \
45
+ --show-owners \
46
--ignore empty,inconsistent ; \
47
cp p*cov.info $(HTML_RPT) ; \
48
echo "Wrote HTML report to ${HTML_RPT}" ; \
0 commit comments