Skip to content

Commit

Permalink
Remove global coverageEnabled statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCheatham committed Aug 11, 2024
1 parent 663ec4f commit ce14f7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ inThisBuild(
sbtdynver.DynVer.getGitDescribeOutput(d).mkVersion(versionFmt, fallbackVersion(d))
},
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
coverageEnabled := true
semanticdbVersion := scalafixSemanticdb.revision
)
)

Expand Down

0 comments on commit ce14f7d

Please sign in to comment.