This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ script:
2222 - make swift_test_with_coverage
2323
2424after_success :
25- - bash <(curl -s https://codecov.io/bash) -s .build/x86_64-unknown-linux/debug/codecov
25+ - bash <(curl -s https://codecov.io/bash) -f .build/x86_64-unknown-linux/debug/codecov/lcov.info
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ swift_test_with_coverage:
1212 --volume " $( shell pwd) /:/src" \
1313 --workdir " /src/" \
1414 $(SWIFT_DOCKER_IMAGE ) \
15- /bin/bash -c " swift test --enable-code-coverage && llvm-cov export .build/x86_64-unknown-linux/debug/LambdaSwiftSprinter.build/*.o -instr-profile=.build/x86_64-unknown-linux/debug/codecov/default.profdata -format=lcov > .build/x86_64-unknown-linux/debug/codecov/lcov"
15+ /bin/bash -c " swift test --enable-code-coverage && llvm-cov export .build/x86_64-unknown-linux/debug/LambdaSwiftSprinter.build/*.o -instr-profile=.build/x86_64-unknown-linux/debug/codecov/default.profdata -format=lcov > .build/x86_64-unknown-linux/debug/codecov/lcov.info "
You can’t perform that action at this time.
0 commit comments