Skip to content

Commit a08e591

Browse files
authored
Update maven.yml
1 parent b4134db commit a08e591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
SONAR_TOKEN: 141cf8d0b32ae5d8613f7469cfddc964f02a970b
74-
run: mvn -B test jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_underscore-java
74+
run: mvn -B test jacoco:report coveralls:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_underscore-java
7575
- name: Build examples
7676
run: mvn -B -f examples/pom.xml package
7777
- name: Build spring-boot

0 commit comments

Comments
 (0)