diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-15 11:30:47 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-15 11:51:49 +0100 |
| commit | fabd59b7d1540900bd64590646c73c917706ecd8 (patch) | |
| tree | 6e4e6e56aea797917f0613ed135f4fd1c834a674 /Makefile | |
| parent | 969b6a6653699b9f8662feb7f42511740f96f84a (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |