Sfoglia il codice sorgente

build: Add project version to the C code coverage report

Guillem Jover 12 anni fa
parent
commit
f876338135
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -118,7 +118,7 @@ coverage: all
 	: # Generate reports
 	$(LCOV) $(LCOV_OPTS) -l dpkg.lcov
 	$(LCOV_GENHTML) $(LCOV_OPTS) \
-	  --legend --title "dpkg C code coverage" \
+	  --legend --title "dpkg $(VERSION) C code coverage" \
 	  -o doc/coverage dpkg.lcov
 
 	$(MAKE) -C scripts $@