Explorar o código

Add command for generating coverage-annotated files.

Jelmer Vernooij %!s(int64=16) %!d(string=hai) anos
pai
achega
e062bc049f
Modificáronse 1 ficheiros con 3 adicións e 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