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
Very weird : since a few weeks/months, method curly braces ( { and }) are reported as not covered , even if the method declaration and content are reported as covered (and they are actually covered).
Hi !
Very weird : since a few weeks/months, method curly braces (
{
and}
) are reported as not covered , even if the method declaration and content are reported as covered (and they are actually covered).Command used :
The coverage is then sent to SonarCloud, and the uncovered lines break our Quality Gate.
Fro example, this DTO :
What's going on ?
How can I fix this ?
Is it a configuration issue or a bug ?
Thanks for your help !
The text was updated successfully, but these errors were encountered: