Fix Linux CI

This commit is contained in:
Christian Treffs 2020-06-26 17:41:55 +02:00
parent ca770b0b34
commit 2a207b6991
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ script:
- swift package reset
- swift build
- swift test --enable-code-coverage
- xcrun llvm-cov show -instr-profile=.build/debug/codecov/default.profdata .build/debug/FirebladeECSPackageTests.xctest/Contents/MacOS/FirebladeECSPackageTests > fireblade_ecs_coverage.txt
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then xcrun llvm-cov show -instr-profile=.build/debug/codecov/default.profdata .build/debug/FirebladeECSPackageTests.xctest/Contents/MacOS/FirebladeECSPackageTests > fireblade_ecs_coverage.txt; fi
after_success:
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then