Skip to content

Commit

Permalink
fix scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Oct 17, 2019
1 parent 05721f0 commit 96ac4f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pwd
project_version=$(sbt version -Dsbt.log.noformat=true | perl -ne 'print $1 if /(\d+\.\d+\.\d+[^\r\n]*)/')
if [ "${project_version}" == "${tag_version}" ]; then
#./.travis/deploy_docs.sh
sbt +publish
sbt coverage test coverageOff publish
sbt +bintraySyncMavenCentral
else
echo "Tag version '${tag_version}' doesn't match version in scala project ('${project_version}'). Aborting!"
Expand Down
2 changes: 0 additions & 2 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ object BuildSettings {
)

val scoverageSettings = Seq(
coverageEnabled in(Test, compile) := true,
coverageEnabled in(Compile, compile) := false,
coverageMinimum := 50,
coverageFailOnMinimum := true,
coverageHighlighting := false,
Expand Down

0 comments on commit 96ac4f9

Please sign in to comment.