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
Would it be enough to just count the distinct covered nodes and flows from each suite and compare it to the total node count of all models? I think that should be possible.
We will get wrong results though if multiple models share the same IDs, e.g. both models have a "ProcessStartEvent". But that happens also with multiple models in the same suite.
@alex-praschek For the start I think this would be sufficient. Probably would be better in the future to always include the model key, when calculating the coverage. But we're also not doing that right now, when calculating the coverage for the assertion in junit.
If multiple suites are present in the report, the frontend shows the coverage for each suite but not an overall coverage (see attached screenshot).
The text was updated successfully, but these errors were encountered: