We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920c5ec commit 9e7a9cdCopy full SHA for 9e7a9cd
Makefile
@@ -6,6 +6,6 @@ test:
6
swift test --sanitize=thread --enable-code-coverage
7
8
coverage:
9
- llvm-cov export $(SWIFT_BIN_PATH)/BreezePackageTests.xctest \
+ xcrun llvm-cov export $(SWIFT_BIN_PATH)/BreezePackageTests.xctest \
10
--instr-profile=$(SWIFT_BIN_PATH)/codecov/default.profdata \
11
--format=lcov > $(GITHUB_WORKSPACE)/lcov.info
0 commit comments