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
Currently, the plugin allows you to add the minimumCoverage field and inform whether the minimum has been reached. To do this, you need to put the % value in the minimumCoverage variable in the build.sbt file.
Can we skip the sbt file?? I mean run coverageAggregate with a parameter
The text was updated successfully, but these errors were encountered:
Hello! Thanks for the questions! So scoverage doesn't technically need a coverage set. You can still run the aggregate task and by default it will just tell you the %. So when you say:
I mean run coverageAggregate with a parameter
How would you be running this? With sbt coverageAggregate? And you would just want to pass the % in?
sbt coverageAggregate 20.34 or sbt coverageAggregate minimumCoverage=20.34
Understood, this currently isn't supported and I'm not sure it's something I'd like to add as typically you'd want this reproducibly locally and and CI. I'll leave this open in case others have thoughts on this, but for now I don't plan on implementing this.
Currently, the plugin allows you to add the minimumCoverage field and inform whether the minimum has been reached. To do this, you need to put the % value in the minimumCoverage variable in the build.sbt file.
Can we skip the sbt file?? I mean run coverageAggregate with a parameter
The text was updated successfully, but these errors were encountered: