We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014edc6 commit d453d0cCopy full SHA for d453d0c
.github/workflows/maven.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Build with Maven
26
run: mvn -B package --file pom.xml
27
- name: Run test and coverage report
28
- run: mvn clean test jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALL_REPO_SECRET }}
+ run: mvn clean test jacoco:report
pom.xml
@@ -180,13 +180,13 @@
180
-->
181
182
<!-- Test Coverage: https://github.com/trautonen/coveralls-maven-plugin -->
183
-
+ <!--
184
<plugin>
185
<groupId>org.eluder.coveralls</groupId>
186
<artifactId>coveralls-maven-plugin</artifactId>
187
<version>${coveralls-maven-plugin.version}</version>
188
</plugin>
189
+ -->
190
191
192
<groupId>org.jacoco</groupId>
0 commit comments