Skip to content

Commit

Permalink
Execute tests in sonar workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oranheim committed Oct 3, 2024
1 parent 6d6f6aa commit b5e47bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-and-sonar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
run: |
mvn --batch-mode --no-transfer-progress clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
mvn --batch-mode --no-transfer-progress clean test org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-P coverage,sonar \
-Dsonar.projectKey=descoped_data-collector-core \
-Dsonar.organization=descoped \
Expand Down

0 comments on commit b5e47bc

Please sign in to comment.