1
0
mirror of synced 2026-05-17 03:49:59 +00:00

Ignore configured location

This commit is contained in:
Miodrag Milanovic
2026-05-15 12:53:04 +02:00
parent 8022b5445b
commit 992eceaaa0

View File

@@ -1120,7 +1120,7 @@ coverage:
./$(PROGRAM_PREFIX)yosys -qp 'help; help -all'
rm -rf coverage_html
llvm-profdata merge -sparse coverage/coverage_*.profraw -o yosys.profdata
llvm-cov show ./$(PROGRAM_PREFIX)yosys -instr-profile=yosys.profdata -format=html -output-dir=coverage_html --compilation-dir=. -ignore-filename-regex='(^|.*/)Verific/.*|(^|.*/)libs/.*'
llvm-cov show ./$(PROGRAM_PREFIX)yosys -instr-profile=yosys.profdata -format=html -output-dir=coverage_html --compilation-dir=. -ignore-filename-regex='(^|.*/)libs/.*|/usr/include/.*|$(subst /,\/,$(VERIFIC_DIR))/.*'
clean_coverage:
rm -rf coverage