Skip to content

Commit

Permalink
Sonar code coverage experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kappsegla committed Feb 1, 2024
1 parent 1817662 commit e7762a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B test org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
--file pom.xml --no-transfer-progress -Pcoverage \
-Dsonar.projectKey=fungover_thunder
--file pom.xml --no-transfer-progress -Pcoverage
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.organization>fungover</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>fungover_thunder</sonar.projectKey>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit e7762a4

Please sign in to comment.