Skip to content

Commit

Permalink
some more words in the faq for #842
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 8, 2024
1 parent c1bbbcc commit c666d2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/site/fml/faq.fml
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,15 @@ INFO: Redirect requested but followRedirects is disabled</source>
As a result the instrumented bytecode exceeds the JVM limits and is no longer loadable.
</p>
<p>
For your tests try to exclude the CssParser (and maybe HtmlUnit itself also) from Jacoco instrumentation.
For your tests try to exclude the CssParser (and maybe HtmlUnit itself also) from JaCoCo instrumentation.
Usually you like to check the code coverage of your classes and not for HtmlUnit oder the CssParser.
</p>
<p>
The method to exclude from instrumentation depends on your build tool, there are different ways to do this
for maven and gradle. Please check the documentation at <a href="https://github.com/jacoco/jacoco">JaCoCo at GitHub</a>
for more details. There are also several answers available on StackOverflow hot to do this. And please make
sure you really exclude from instrumentation and not only from reporting.
</p>
</answer>
</faq>

Expand Down

0 comments on commit c666d2d

Please sign in to comment.