Skip to content

Is it possible to add some threshold #168

Answered by ingorichtsmeier
bogdartysh asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bogdartysh,

it's already available if you use the builder:

ProcessEngineCoverageExtension
                .builder(ProcessCoverageInMemProcessEngineConfiguration())
                .assertClassCoverageAtLeast(1.0).build()

The snippet ist copied from the kotlin example, but the builder().assertClassCoverageAtLeast() should do the job.

Hope this helps, Ingo

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zambrovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Type: question Question how something should work
2 participants
Converted from issue

This discussion was converted from issue #162 on February 03, 2022 21:17.