You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(jacoco-maven-plugin): include everything in the code coverage report.
After #927 it became hard to maintain a list of classes for gathering code coverage from. This list
is also getting outdated quickly. Let's measure coverage of everything even when it doesn't make
sense (for instance, for Spring configuration).
No functional changes.
0 commit comments