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
Coverage report shows 6 uncovered conditions:
In the TimeSeriesDslLoader constructors creating a new GroovyCodeSource object, the coverage is partial (1 of 7 conditions covered).
In the CI, the Run SonarCloud analysis task of maven_ubuntu.yml is the one generating the jacoco reports. It uses already compiled java classes but it re-compiles the groovy code.
If maven options disabling groovy code optimization exist, they should be used at this step.
Describe the current behavior
Coverage report shows 6 uncovered conditions:
In the
TimeSeriesDslLoader
constructors creating a newGroovyCodeSource
object, the coverage is partial (1 of 7 conditions covered).Describe the expected behavior
There are no conditions to cover there.
Describe the steps
Test coverage on PR #103
Environment
No response
Relevant Log Output
No response
Extra Information
Might be due to groovy compiler optimisations
The text was updated successfully, but these errors were encountered: