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
INFO: Sensor Groovy JaCoCo [groovy]
...
WARN: File not found: util/JenkinsErrorRule.groovy
WARN: File not found: util/BaseTest.groovy
WARN: File not found: steps/DeployTest.groovy
I run with the following settings:
sonar.sources=src,vars
sonar.tests=test
So the above files are located in the test folder but are not considered by JaCoCo. If I add the test folder from sonar.tests to sonar.sources the GroovySurefireSensor is complaining about it.
Is it correct that JaCoCo considers only files of Type.MAINhere and not also Type.TEST?
The text was updated successfully, but these errors were encountered:
In the sonar scanner log I see the messages
I run with the following settings:
So the above files are located in the
test
folder but are not considered by JaCoCo. If I add thetest
folder fromsonar.tests
tosonar.sources
the GroovySurefireSensor is complaining about it.Is it correct that JaCoCo considers only files of
Type.MAIN
here and not alsoType.TEST
?The text was updated successfully, but these errors were encountered: