Explorar el Código

Add command for generating coverage-annotated files.

Jelmer Vernooij hace 16 años
padre
commit
cf5d5c4b6a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -29,3 +29,6 @@ clean::
 
 coverage:: build
 	PYTHONPATH=. $(PYTHON) $(TESTRUNNER) --cover-package=dulwich --with-coverage --cover-erase --cover-inclusive dulwich
+
+coverage-annotate: coverage
+	python-coverage -a -o /usr