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 with ScalaTest 3.1.0 and Dotty fixes #3268

Merged
merged 1 commit into from
Jan 24, 2020

Conversation

travisbrown
Copy link
Contributor

@travisbrown travisbrown commented Jan 24, 2020

Scala Steward would do this eventually, but I was just trying it out anyway.

(I've verified that this update makes it possible to run the cats-kernel doctests on Dotty without warnings.)

@codecov-io
Copy link

Codecov Report

Merging #3268 into master will decrease coverage by 0.3%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3268      +/-   ##
==========================================
- Coverage   93.38%   93.08%   -0.31%     
==========================================
  Files         372      376       +4     
  Lines        7241     7428     +187     
  Branches      183      196      +13     
==========================================
+ Hits         6762     6914     +152     
- Misses        479      514      +35
Flag Coverage Δ
#scala_version_212 93.41% <ø> (+0.02%) ⬆️
#scala_version_213 92.85% <ø> (?)
Impacted Files Coverage Δ
...e/src/main/scala-2.13+/cats/data/ZipLazyList.scala 77.77% <0%> (ø)
...src/main/scala-2.13+/cats/instances/lazyList.scala 100% <0%> (ø)
....13+/cats/kernel/instances/LazyListInstances.scala 100% <0%> (ø)
.../main/scala-2.13+/cats/data/NonEmptyLazyList.scala 62.5% <0%> (ø)
...cala/cats/kernel/instances/FunctionInstances.scala 100% <0%> (+3.03%) ⬆️
...in/scala/cats/data/AbstractNonEmptyInstances.scala 100% <0%> (+3.44%) ⬆️
testkit/src/main/scala/cats/tests/Helpers.scala 100% <0%> (+4%) ⬆️

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 04d6d5f...4183700. Read the comment docs.

@LukaJCB LukaJCB merged commit 832abe6 into typelevel:master Jan 24, 2020
@travisbrown travisbrown added this to the 2.2.0-M1 milestone Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants