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
On gradle 4.8.1+ if I do the below on my build, so that test are not ran twice
test { onlyIf { ! gradle.taskGraph.hasTask(testScoverage) } }
it starts to fail whenever scoverage tasks are part of task graph:
> Task :compileTestScala UP-TO-DATE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
FAILURE: Build failed with an exception.
* What went wrong:
java.io.IOException: Bad pathname
> Bad pathname