aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 11:30:47 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 11:51:49 +0100
commitfabd59b7d1540900bd64590646c73c917706ecd8 (patch)
tree6e4e6e56aea797917f0613ed135f4fd1c834a674 /Makefile
parent969b6a6653699b9f8662feb7f42511740f96f84a (diff)
Increase coverage of testsHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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