Skip to content

Commit

Permalink
#140 Remove Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dheid committed Oct 10, 2023
1 parent 502858e commit 47f2083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
java-version: '8'
distribution: 'temurin'
cache: maven
- run: mvn -B verify jacoco:report coveralls:report
- run: mvn -B verify jacoco:report
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@
</targetTests>
</configuration>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit 47f2083

Please sign in to comment.