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 a6c196f commit 3c5704eCopy full SHA for 3c5704e
Makefile
@@ -12,4 +12,4 @@ swift_test_with_coverage:
12
--volume "$(shell pwd)/:/src" \
13
--workdir "/src/" \
14
$(SWIFT_DOCKER_IMAGE) \
15
- /bin/bash -c "swift test --enable-code-coverage && ./export-coverage.sh"
+ /bin/bash -c "swift test --enable-code-coverage && ./export-coverage-test.sh"
export-coverage-test.sh
@@ -0,0 +1,2 @@
1
+llvm-cov export -instr-profile=.build/x86_64-unknown-linux/debug/codecov/default.profdata -format=lcov \
2
+.build/x86_64-unknown-linux/debug/LambdaSwiftSprinterPackageTests.xctest > .build/x86_64-unknown-linux/debug/codecov/lcov.info
0 commit comments