diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86fed75..5f31cc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: