-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sbt-doctest to 0.7.0 #1821
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1821 +/- ##
=======================================
Coverage 94.96% 94.96%
=======================================
Files 241 241
Lines 4193 4193
Branches 109 109
=======================================
Hits 3982 3982
Misses 211 211 Continue to review full report at Codecov.
|
build.sbt
Outdated
scalaJSOptimizerOptions := scalaJSOptimizerOptions.value.withBatchMode(isTravisBuild.value), | ||
doctestGenTests := Seq.empty, | ||
doctestWithDependencies := false | ||
wptions.value.withBatchMode(isTravisBuild.value), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like github's merge tool got this wrong. this line should be
scalaJSOptimizerOptions := scalaJSOptimizerOptions.value.withBatchMode(isTravisBuild.value),
@fthomas can you update it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've rebased the commit onto master.
`doctestWithDependencies` has been removed upstream since the plugin does not automatically add dependencies anymore.
cf685d6
to
509268b
Compare
`doctestWithDependencies` has been removed upstream since the plugin does not automatically add dependencies anymore.
doctestWithDependencies
has been removed upstream since the plugindoes not automatically add dependencies anymore.