Skip to content
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

Merged
merged 1 commit into from
Aug 28, 2017
Merged

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Aug 17, 2017

doctestWithDependencies has been removed upstream since the plugin
does not automatically add dependencies anymore.

@codecov-io
Copy link

codecov-io commented Aug 17, 2017

Codecov Report

Merging #1821 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d888069...509268b. Read the comment docs.

build.sbt Outdated
scalaJSOptimizerOptions := scalaJSOptimizerOptions.value.withBatchMode(isTravisBuild.value),
doctestGenTests := Seq.empty,
doctestWithDependencies := false
wptions.value.withBatchMode(isTravisBuild.value),
Copy link
Contributor

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?

Copy link
Member Author

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.
@kailuowang kailuowang merged commit 2ea0a3d into typelevel:master Aug 28, 2017
LukaJCB pushed a commit to LukaJCB/cats that referenced this pull request Sep 1, 2017
`doctestWithDependencies` has been removed upstream since the plugin
does not automatically add dependencies anymore.
@fthomas fthomas deleted the sbt-doctest-0.7.0 branch September 2, 2017 21:24
@kailuowang kailuowang added this to the 1.0.0-RC1 milestone Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants