File tree Expand file tree Collapse file tree 2 files changed +5
-26
lines changed
Expand file tree Collapse file tree 2 files changed +5
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4747 buildPreset : " mutation-testing"
4848 testPreset : " mutation-testing"
4949 configurePresetAdditionalArgs : " ['-DCMAKE_C_COMPILER_LAUNCHER=ccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=ccache']"
50+ - uses : philips-software/sonarqube-issue-conversion@ef8f19e025b4e7c6581ca6511662da6774eea09e # v1.0.0
51+ with :
52+ input : ${{ github.workspace }}/testresults/*.xml
53+ output : execution.xml
54+ transformation : gtest-to-generic-execution
5055 - name : Convert results
5156 run : |
52- { echo '<testExecutions version="1">'; xsltproc .github/formatters/gtest-to-generic-execution.xslt ${{ github.workspace }}/testresults/*.xml; echo '</testExecutions>'; } | tee execution.xml > /dev/null
5357 jq -s 'reduce .[] as $item ({}; . * $item)' reports/mull/*.json > reports/mull/merged-mutation.json
5458 jq --arg workspace "$GITHUB_WORKSPACE" -f .github/formatters/mutation-report-to-generic-issue.jq reports/mull/merged-mutation.json > mutation-sonar.json
5559 cp build/coverage/compile_commands.json compile_commands.json
You can’t perform that action at this time.
0 commit comments