Skip to content

Commit d453d0c

Browse files
updated compiler plugin
1 parent 014edc6 commit d453d0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 coveralls:report -DrepoToken=${{ secrets.COVERALL_REPO_SECRET }}
28+
run: mvn clean test jacoco:report

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@
180180
-->
181181

182182
<!-- Test Coverage: https://github.com/trautonen/coveralls-maven-plugin -->
183-
183+
<!--
184184
<plugin>
185185
<groupId>org.eluder.coveralls</groupId>
186186
<artifactId>coveralls-maven-plugin</artifactId>
187187
<version>${coveralls-maven-plugin.version}</version>
188188
</plugin>
189-
189+
-->
190190

191191
<plugin>
192192
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)