Skip to content

Commit

Permalink
reducing the path in llvm-cov command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Dec 3, 2024
1 parent 60e915b commit b677ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Convert coverage files
run: |
llvm-cov export -format="lcov" \
.build/debug/FormicPackageTests.xctest/Contents/MacOS/FormicPackageTests \
.build/debug/FormicPackageTests.xctest/ \
-ignore-filename-regex="\/Tests\/" \
-ignore-filename-regex="\/Benchmarks\/" \
-instr-profile .build/debug/codecov/default.profdata > info.lcov
Expand Down

0 comments on commit b677ef0

Please sign in to comment.