Skip to content

Commit

Permalink
fix coverage report path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kulakov committed Feb 6, 2024
1 parent 76296b7 commit 3998f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
run: |
sonar-scanner \
--define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
--define sonar.cfamily.gcov.reportsPath=coverage.xml
--define sonar.coverageReportPaths=coverage.xml

0 comments on commit 3998f80

Please sign in to comment.