sritchie / scala-rl

Functional Reinforcement Learning in Scala.
https://www.scalarl.com
Apache License 2.0
26 stars 5 forks source link

Update scalafmt-core to 2.5.1 #117

Closed scala-steward closed 3 years ago

scala-steward commented 4 years ago

Updates org.scalameta:scalafmt-core from 2.3.2 to 2.5.1. GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ] ```

labels: library-update, semver-minor

codecov[bot] commented 4 years ago

Codecov Report

Merging #117 into develop will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #117      +/-   ##
===========================================
+ Coverage    21.38%   21.40%   +0.01%     
===========================================
  Files           48       48              
  Lines         1113     1112       -1     
  Branches        43       43              
===========================================
  Hits           238      238              
+ Misses         875      874       -1     
Impacted Files Coverage Δ
...ala-rl-core/src/main/scala/com/scalarl/State.scala 29.16% <0.00%> (ø)
...l-core/src/main/scala/com/scalarl/policy/UCB.scala 0.00% <0.00%> (ø)
...-core/src/main/scala/com/scalarl/logic/Sweep.scala 78.94% <0.00%> (ø)
...ook/src/main/scala/com/scalarl/book/Chapter2.scala 0.00% <0.00%> (ø)
...ook/src/main/scala/com/scalarl/book/Chapter5.scala 0.00% <0.00%> (ø)
...ore/src/main/scala/com/scalarl/ActionValueFn.scala 0.00% <0.00%> (ø)
...re/src/main/scala/com/scalarl/state/MapState.scala 0.00% <0.00%> (ø)
...e/src/main/scala/com/scalarl/state/TickState.scala 0.00% <0.00%> (ø)
.../src/main/scala/com/scalarl/algebra/ToDouble.scala 83.33% <0.00%> (ø)
.../src/main/scala/com/scalarl/value/DecayState.scala 65.00% <0.00%> (ø)
... and 5 more

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 add2fb8...c1ac2e6. Read the comment docs.