Open fleuryc opened 4 years ago
Hi Check your newlines, this happens when you have windows-style line separators- CLRF (\r\n) instead of linux (\n)
We have the same issue. Our line separators are linux style. Are there any other ideas where the problem comes from?
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 !