Skip to content

Commit 78eac8d

Browse files
author
Devon Stewart
committed
Typo
1 parent da2dec1 commit 78eac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scoverage/ScoverageSbtPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
5555
libraryDependencies ++= {
5656
if (coverageEnabled.value)
5757
Seq(
58-
// We only add for "compile"" because of macros. This setting could be optimed to just "test" if the handling
58+
// We only add for "compile" because of macros. This setting could be optimed to just "test" if the handling
5959
// of macro coverage was improved.
6060
OrgScoverage %% (scalacRuntime(libraryDependencies.value)) % coverageScalacPluginVersion.value,
6161
// We don't want to instrument the test code itself, nor add to a pom when published with coverage enabled.

0 commit comments

Comments
 (0)