Now YAML coverage test generates a nice HTML template
[open-adventure.git] / tests / Makefile
index db49d9d5a78221dee7ce5423281f61b43da7d1e3..b364432475082e487d58b2af6b27bd81cd09a4e5 100644 (file)
@@ -1,6 +1,6 @@
 # Test-suite makefile for reposurgeon
 
-# Use absolute path so tests that change working directory still use 
+# Use absolute path so tests that change working directory still use
 # scripts from parent directory.  Note that using $PWD seems to fail
 # here under Gitlab's CI environment.
 PATH := $(realpath ..):$(realpath .):${PATH}
@@ -26,6 +26,7 @@ check: savecheck regress
 coverage: check
        lcov -t "advent" -o ../advent.info -c -d .. --gcov-tool=$(GCOV)
        genhtml -o ../coverage/ ../advent.info
+       python3 coverage_dungeon.py
 
 .SUFFIXES: .chk