jpeek: Build of whole project is broken.

Using command from README.md:

mvn clean install -Pqulice

I tried to build repo on my local machine (Windows 10) and it failed with:

[INFO]
[INFO] --- jacoco-maven-plugin:0.7.8:check (jacoco-check) @ jpeek ---
[INFO] Loading execution data file C:\Users\Nikita_Puzankov\workspace\personal\jpeek\target\jacoco.exec
[INFO] Analyzed bundle 'jpeek' with 35 classes
[WARNING] Rule violated for bundle jpeek: lines covered ratio is 0.65, but expected minimum is 0.67
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:58 min
[INFO] Finished at: 2019-04-19T22:13:29+04:00
[INFO] Final Memory: 33M/329M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jacoco:jacoco-maven-plugin:0.7.8:check (jacoco-check) on project jpeek: Coverage checks have not been met. See log for details. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Without any local changes.

I would like to see working build to work on the project instead of covering code with tests for free 😃

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 31 (1 by maintainers)

Most upvoted comments

@humb1t Strange, it shouldn’t allow to merge the code with coverage problems. Anyways, let’s fix it