Explorar o código

build: Add project version to the C code coverage report

Guillem Jover %!s(int64=12) %!d(string=hai) anos
pai
achega
f876338135
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 $@