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
Because classpath is flattened, getResource("/index.html") will pick any index.html on the root of the classpath. In my particular issue, it was a index.html bundled in specs2.
It is easy to avoid such name collisions, just by putting the resources in a subfolder e.g src/main/resources/scoverage/index.html.