don't include test code itself in the test-coverage numbers
This commit is contained in:
parent
2d832efa64
commit
1a6da72861
@ -92,7 +92,7 @@ test-figleaf: build
|
||||
$(PP) $(TRIAL) --reporter=bwverbose-figleaf $(TEST)
|
||||
|
||||
figleaf-output:
|
||||
$(PP) $(PYTHON) misc/figleaf2html -d coverage-html -r $(INSTDIR)
|
||||
$(PP) $(PYTHON) misc/figleaf2html -d coverage-html -r $(INSTDIR) -x misc/figleaf.excludes
|
||||
@echo "now point your browser at coverage-html/index.html"
|
||||
# after doing test-figleaf and figleaf-output, point your browser at
|
||||
# coverage-html/index.html
|
||||
|
1
misc/figleaf.excludes
Normal file
1
misc/figleaf.excludes
Normal file
@ -0,0 +1 @@
|
||||
/test/
|
Loading…
Reference in New Issue
Block a user