Skip to content

Commit 0089579

Browse files
updated compiler plugin
1 parent b6d9962 commit 0089579

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
@@ -25,4 +25,4 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- name: Run test and coverage report
28-
run: mvn clean test jacoco:report
28+
run: mvn clean test jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALL_REPO_SECRET }}

0 commit comments

Comments
 (0)