camunda-community-hub/camunda-process-test-coverage

Allow an inclusion pattern for test classes in spring testing

rohwerj opened this issue · 0 comments

Currently the test execution listener is automatically registered for tests in spring testing.
Test classes can be excluded by annotating them via ExcludeFromProcessCoverage, but for a lot of test classes this is not feasible.
An include pattern for classes should be configurable, to allow the user to narrow down, which classes should participate in the coverage.