Ver código fonte

build: Add project version to the C code coverage report

Guillem Jover 12 anos atrás
pai
commit
f876338135
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

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