Don't fail if coveralls is down
This commit is contained in:
parent
d590e9ba71
commit
af85090aa5
3
pom.xml
3
pom.xml
@ -254,6 +254,9 @@
|
|||||||
<groupId>org.eluder.coveralls</groupId>
|
<groupId>org.eluder.coveralls</groupId>
|
||||||
<artifactId>coveralls-maven-plugin</artifactId>
|
<artifactId>coveralls-maven-plugin</artifactId>
|
||||||
<version>4.1.0</version>
|
<version>4.1.0</version>
|
||||||
|
<configuration>
|
||||||
|
<failOnServiceError>false</failOnServiceError>
|
||||||
|
</configuration>
|
||||||
<!-- The secret token is provided by console! -->
|
<!-- The secret token is provided by console! -->
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Javadocs settings -->
|
<!-- Javadocs settings -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user