Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.pitest-pitest-maven-1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dheid authored Oct 10, 2023
2 parents 980101a + 47f2083 commit bab339b
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 bab339b

Please sign in to comment.