We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The code coverage as added to the workflow differs from what JaCoCo reports.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
What we see here is that interfaces, like SimpleContentHandler.java, don't have any details.
SimpleContentHandler.java
Also, excluded classes like FixedXmlSchemaWalker.java mark many lines as missed, whereas this class should not be in the report at all!
FixedXmlSchemaWalker.java
Expected behaviour
The text was updated successfully, but these errors were encountered:
Will look in to this in few days.
Sorry, something went wrong.
@opwvhk
It appears to be problem with https://mvnrepository.com/artifact/org.jacoco/jacoco-maven-plugin
Also I suggest you try to verify syntax of "exclude" in pom.xml . I suggest to review this guide https://www.baeldung.com/jacoco-report-exclude
Thank you; that triggered a change that fixed most of it. Now, I only get crosses for classes without code (pure interfaces). Good enough.
PavanMudigonda
No branches or pull requests
Describe the bug
The code coverage as added to the workflow differs from what JaCoCo reports.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
What we see here is that interfaces, like
SimpleContentHandler.java
, don't have any details.Also, excluded classes like
FixedXmlSchemaWalker.java
mark many lines as missed, whereas this class should not be in the report at all!Expected behaviour
The text was updated successfully, but these errors were encountered: