You've already forked matrix-js-sdk
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:
committed by
GitHub
parent
a92c148f15
commit
42b08eca57
2
.github/workflows/sonarqube.yml
vendored
2
.github/workflows/sonarqube.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user