Skip to content

Commit efb60ed

Browse files
authored
Update matlabact.yml
1 parent d9d0c09 commit efb60ed

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/matlabact.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,19 @@ jobs:
5757
name: matlab-coverage-report
5858
path: code-coverage/coverage.xml
5959

60-
- name: SonarQube Scan
60+
- name: SonarCloud Scan
6161
uses: SonarSource/sonarqube-scan-action@v5
6262
with:
6363
projectBaseDir: source
6464
args: >
6565
-Dsonar.organization=mw-jsgeorge
6666
-Dsonar.projectKey=mw-jsgeorge-TimesTableApp
67-
-Dsonar.coverage.cobertura.reportPaths=code-coverage/coverage.xml
67+
-Dsonar.language=text
68+
-Dsonar.inclusions=**/*.m
69+
-Dsonar.coverageReportPaths=code-coverage/coverage.xml
6870
-Dsonar.c.file.suffixes=-
6971
-Dsonar.cpp.file.suffixes=-
7072
-Dsonar.objc.file.suffixes=-
71-
7273
env:
7374
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7475
#SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)