Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 17, 2023
1 parent 211a5a3 commit 423df72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
--define sonar.scm.provider=git \
--define sonar.sourceEncoding=UTF-8 \
--define sonar.cfamily.build-wrapper-output=$BUILD_WRAPPER_OUT_DIR \
--define sonar.c.file.suffixes= \
--define sonar.cpp.file.suffixes=.cpp,.h \
--define sonar.sonarLanguages=c++ \
--define sonar.coverageReportPaths=coverage.xml \
--define sonar.branch.name=${{ inputs.branch }} \
--define sonar.branch.name=`git rev-parse --abbrev-ref HEAD` \
--define sonar.test.inclusions=test/**

0 comments on commit 423df72

Please sign in to comment.