Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Get coverage from target
  • Loading branch information
siemensikkema committed Sep 13, 2021
1 parent 2cf1e7b commit a3f00a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Test
run: swift test --sanitize=thread --enable-code-coverage
- name: Generate code coverage report
run: llvm-cov export -format=lcov --instr-profile=.build/debug/codecov/default.profdata .build/debug/Run > coverage.report
run: llvm-cov export -format=lcov --instr-profile=.build/debug/codecov/default.profdata .build/debug/sonar_test.build/sonar_test.swift.o > coverage.report
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit a3f00a0

Please sign in to comment.