Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 30, 2023
1 parent 8c32c52 commit 3c8339a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
--define sonar.organization=${{ env.SONAR_ORGANIZATION }} \
--define sonar.cfamily.build-wrapper-output=${{ env.BUILD_WRAPPER_OUT_DIR }} \
--define sonar.coverageReportPaths=coverage.xml \
--define sonar.exclusions="cpp/obj/**,cpp/bin/** \
--define sonar.exclusions="cpp/obj/**,cpp/bin/**" \
--define sonar.coverage.exclusions="cpp/test/**" \
--define sonar.cpd.exclusions="cpp/test/**"

0 comments on commit 3c8339a

Please sign in to comment.