question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build of whole project is broken.

See original GitHub issue

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 😃

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:31 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
paulodamasocommented, Apr 19, 2019

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

0reactions
0cratcommented, Jul 16, 2019

Order was finished, quality is “good”: +35 point(s) just awarded to @humb1t/z

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix a broken build for my project in jenkins - Edureka
To make sure Jenkins build isn't broken in the slightest degree we need to make sure that we tend to perform a successful...
Read more >
Compiler broken for entire project - Pipeline & Plugins
This is on the Nvidia Waveworks custom build of 4.15. No code will compile at all. There is no error, no crash, it...
Read more >
How to Fix a Broken Project in 3 Steps - LSA Global
How to fix a broken project when it is clear that your project needs an upgrade or a complete turnaround can make or...
Read more >
Large projects compilation broken?
Open the project and hit compile and watch it. I came to a conclusion it's not any plugin's fault, as even removing half...
Read more >
Why Doesn't My Visual Studio Solution Build ... - Code Buckets
Rebuild each project individually starting with the low level ones that are dependencies for others. Sometimes that's enough to get the entire ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found