On Thu, Oct 3, 2024 at 3:22 PM Marc Hoffmann wrote:
> If you want to exclude classes from the report please configure the
> respective report generation tool accordingly.
Note the purpose of my project is to validate the code used in
theoretical CS research/experiments and thus for the experime
Hi,
please see FAQ (https://www.jacoco.org/jacoco/trunk/doc/faq.html):
Regards,
-marc
Why do I see classes in the coverage report although I excluded them in the
JaCoCo agent configuration?
The includes and excludes options of the JaCoCo agent determine for which
classes execution data is co
I am not using ant/maven or any other supported third party build/test
coverage creation combo (i.e. roll my own) and was wondering how to
get excludes=... really working currently it will exclude the but not
from the HTML coverage report:
#!/bin/tcsh
#
# Copyright (C) 2024 Aryeh M. Friedman
# Cop