1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Update sonarqube.yml

This commit is contained in:
Michael Telatynski
2022-11-03 12:49:38 +00:00
committed by GitHub
parent a92c148f15
commit 42b08eca57

View File

@@ -30,7 +30,7 @@ jobs:
run: |
coverage=$(find coverage -type f -name '*lcov.info' -printf "%p,")
echo "{reportPaths}={$coverage}" >> $GITHUB_OUTPUT
testResults=$(find coverage -type f -name '*test-result.xml' -printf "%p,")
testResults=$(find coverage -type f -name '*test-report.xml' -printf "%p,")
echo "{testExecutionReportPaths}={$testResults}" >> $GITHUB_OUTPUT
sonarqube: