We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2dec1 commit 78eac8dCopy full SHA for 78eac8d
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -55,7 +55,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
55
libraryDependencies ++= {
56
if (coverageEnabled.value)
57
Seq(
58
- // We only add for "compile"" because of macros. This setting could be optimed to just "test" if the handling
+ // We only add for "compile" because of macros. This setting could be optimed to just "test" if the handling
59
// of macro coverage was improved.
60
OrgScoverage %% (scalacRuntime(libraryDependencies.value)) % coverageScalacPluginVersion.value,
61
// We don't want to instrument the test code itself, nor add to a pom when published with coverage enabled.
0 commit comments