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.

Instructions for Java/JaCoCo

See original GitHub issue

I am using kt3k/coveralls-gradle-plugin now, together with JaCoCo. I am trying to migrate my build to GitHub Actions. Running it with just the GitHub token configured, I get:

Run coverallsapp/github-action@master
Using lcov file: ./coverage/lcov.info
##[error]Lcov file not found.
##[error]Node run failed with exit code 1

Probably I need to point the GitHub action at the XML file generated by JaCoCo, but I don’t know how.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:27
  • Comments:10

github_iconTop GitHub Comments

6reactions
keith-millercommented, Jan 21, 2021

Wondering if there has been any update on this. Thanks

2reactions
mkrakowitzercommented, Nov 13, 2019

Also would like to know how to do this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Intro to JaCoCo - Baeldung
A quick intro to using the JaCoCo maven plugin to generating test coverage reports.
Read more >
Java Jacoco. How To Check Java Test Coverage With Jacoco
Minimum code coverage and branch coverage ratio of at least 80% are required. Rules and values depend on specific project needs. Possible values ......
Read more >
The JaCoCo Plugin - Gradle User Manual
The JacocoCoverageVerification task can be used to verify if code coverage metrics are met based on configured rules. Its API exposes the method ......
Read more >
JaCoCo Java Code Coverage Library - EclEmma
Download Source Release Size Checksums jacoco‑0.8.8.zip 0.8.8 2022/04/05 3.8 MB md5 sha256 jacoco‑0.8.7.zip 0.8.7 2021/05/04 3.8 MB md5 sha256 jacoco‑0.8.6.zip 0.8.6 2020/09/15 3.8 MB md5 sha256...
Read more >
Jacoco Maven multi module project coverage - Stack Overflow
Please help me with this. Another point is, my configuration is correct for Multi-Module projects? Update. Identified issue. <destFile>${project.
Read more >

github_iconTop Related Medium Post

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