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

Updates to scalatest 3.1.0 #769

Merged
merged 3 commits into from
Jan 28, 2020
Merged

Updates to scalatest 3.1.0 #769

merged 3 commits into from
Jan 28, 2020

Conversation

juanpedromoreno
Copy link
Member

What this does?

This PR updates to Scalatest 3.1.0, adding the new scalatestplus-scalacheck dependency, as it's needed from now on.

Checklist

  • Reviewed the diff to look for typos, println and format errors.
  • Updated the docs accordingly.

@codecov
Copy link

codecov bot commented Jan 28, 2020

Codecov Report

Merging #769 into master will increase coverage by 1.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #769      +/-   ##
==========================================
+ Coverage   71.23%   72.37%   +1.14%     
==========================================
  Files          68       68              
  Lines        1036     1086      +50     
  Branches       13       15       +2     
==========================================
+ Hits          738      786      +48     
- Misses        298      300       +2
Impacted Files Coverage Δ
...scala/higherkindness/mu/rpc/srcgen/Generator.scala 100% <0%> (ø) ⬆️
...ndness/mu/rpc/srcgen/proto/ProtoSrcGenerator.scala 81.48% <0%> (+3.7%) ⬆️
...ss/mu/rpc/srcgen/openapi/OpenApiSrcGenerator.scala 94.44% <0%> (+5.15%) ⬆️
...kindness/mu/rpc/srcgen/avro/AvroSrcGenerator.scala 76.59% <0%> (+8.34%) ⬆️

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 a46d35d...64fe9eb. Read the comment docs.

@@ -58,7 +58,8 @@ object ProjectPlugin extends AutoPlugin {
val scalacheck: String = "1.14.3"
val scalacheckToolbox: String = "0.3.1"
val scalamock: String = "4.4.0"
val scalatest: String = "3.0.8"
val scalatest: String = "3.1.0"
val scalatestplusScheck = "3.1.0.0-RC2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency is not aligned with scalatest? Should we add the type to make it consistent?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's not. From 3.1.0 they were separated under its own versioning.

@juanpedromoreno juanpedromoreno merged commit 654bff2 into master Jan 28, 2020
@juanpedromoreno juanpedromoreno deleted the updates-scalatest-3.1.0 branch January 28, 2020 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants