Skip to content

Commit

Permalink
[ADAM-1444] Ignore failed push to Coveralls.
Browse files Browse the repository at this point in the history
Resolves #1444. Bumps to latest version of coveralls plugin and sets
`failOnServiceError`, which ignores internal errors in Coveralls when pushing.
  • Loading branch information
fnothaft committed Jul 8, 2017
1 parent acb0c07 commit 781e205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -681,11 +681,12 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.0.1</version>
<version>4.3.0</version>
<configuration>
<coberturaReports>
<param>${project.build.directory}/cobertura.xml</param>
</coberturaReports>
<failOnServiceError>false</failOnServiceError>
<sourceDirectories>
<param>adam-core/src/main/scala</param>
<param>adam-core/src/main/java</param>
Expand Down

0 comments on commit 781e205

Please sign in to comment.