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
just curious, is this some kind of legacy project you were trying to add scoverage to? as the latest version of maven-scala-plugin is from 2011. Can it compile Scala versions supported by this plugin?
After hours of trial and err I found it will skip report generation if maven-scala plugin is used to compile scala code:
I had to use alchim31 maven plugin to make it work:
Is this documented somewhere I missed or actually a bug?
I posted more details on stackoverflow:
https://stackoverflow.com/questions/75681259/scoverage-maven-plugin-does-not-generate-html-report/75682545#75682545
The text was updated successfully, but these errors were encountered: