Closed smaring closed 7 years ago
:x: This pull request has errors. They will need to be addressed before it can be accepted. See below for more details. Some links are also available below for further assistance in addressing those issues.
mvn -B -fn -f pom.xml clean install && mvn -B -f pom.xml site
mvn -B -f pom.xml build-helper:remove-project-artifact
pom.xml
:red_circle: org.junit.ComparisonFailure
org.junit.ComparisonFailure: expected:<[Finished]> but was:<[Running]>
at org.pentaho.di.sdk.samples.carte.JobServletsTest.testJobServlets(JobServletsTest.java:124)
:red_circle: org.junit.ComparisonFailure
org.junit.ComparisonFailure: expected:<[Waiting]> but was:<[Finished]>
at org.pentaho.di.sdk.samples.embedding.RunningTransformationsTest.testRunningTransformations(RunningTransformationsTest.java:49)
These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.
@lgrill-pentaho