Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 99da789

Browse files
Rename lcov to lcov.info
1 parent 4950187 commit 99da789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ script:
2222
- make swift_test_with_coverage
2323

2424
after_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

Makefile

+1-1
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)