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 9e7a9cd commit c35db37Copy full SHA for c35db37
Makefile
@@ -6,6 +6,6 @@ test:
6
swift test --sanitize=thread --enable-code-coverage
7
8
coverage:
9
- xcrun llvm-cov export $(SWIFT_BIN_PATH)/BreezePackageTests.xctest \
+ xcrun llvm-cov export $(SWIFT_BIN_PATH)/BreezeLambdaAPIClientPackageTests.xctest/Contents/MacOS/BreezeLambdaAPIClientPackageTests \
10
--instr-profile=$(SWIFT_BIN_PATH)/codecov/default.profdata \
11
--format=lcov > $(GITHUB_WORKSPACE)/lcov.info
0 commit comments