[ci] Coveralls hasn't built the project since June 25th

Fixes #1317
This commit is contained in:
Andreas Dangel
2018-09-01 23:15:29 +02:00
parent 2264d3c964
commit 921d4190d7
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ echo "MAVEN_OPTS='-Xms1g -Xmx1g --add-modules java.se'" > ${HOME}/.mavenrc
set +e
./mvnw clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
./mvnw test jacoco:report coveralls:report -Pcoveralls -B -V
./mvnw package jacoco:report coveralls:report -Pcoveralls -B -V
if [ $? -ne 0 ]; then
log_error "Error creating coveralls report"

View File

@ -45,6 +45,7 @@ This is a {{ site.pmd.release_type }} release.
* [#1283](https://github.com/pmd/pmd/issues/1283): \[core] Deprecate ReportTree
* [#1288](https://github.com/pmd/pmd/issues/1288): \[core] No supported build listeners found with Gradle
* [#1300](https://github.com/pmd/pmd/issues/1300): \[core] PMD stops processing file completely, if one rule in a rule chain fails
* [#1317](https://github.com/pmd/pmd/issues/1317): \[ci] Coveralls hasn't built the project since June 25th
* java-bestpractices
* [#940](https://github.com/pmd/pmd/issues/940): \[java] JUnit 4 false positives for JUnit 5 tests
* [#1267](https://github.com/pmd/pmd/pull/1267): \[java] MissingOverrideRule: Avoid NoClassDefFoundError with incomplete classpath