Browse Source

build: Add project version to the C code coverage report

Guillem Jover 10 years ago
parent
commit
f876338135
1 changed files with 1 additions and 1 deletions
  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 $@