From fabd59b7d1540900bd64590646c73c917706ecd8 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 11:30:47 +0100 Subject: Increase coverage of tests --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f962113..2a28738 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ coverage: swift test --enable-code-coverage xcrun llvm-cov report \ .build/debug/WmapParserPackageTests.xctest/Contents/MacOS/WmapParserPackageTests \ - -instr-profile=.build/debug/codecov/default.profdata + -instr-profile=.build/debug/codecov/default.profdata \ + --ignore-filename-regex='\.build' benchmark: swift package benchmark --target ParseBenchmarkTarget -- cgit