aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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