Closed scala-steward closed 1 year ago
Merging #1008 (6999759) into master (f3db6f0) will decrease coverage by
0.20%
. The diff coverage is91.13%
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## master #1008 +/- ##
==========================================
- Coverage 91.98% 91.78% -0.20%
==========================================
Files 90 90
Lines 9377 9981 +604
Branches 2199 2270 +71
==========================================
+ Hits 8625 9161 +536
- Misses 752 820 +68
Impacted Files | Coverage Δ | |
---|---|---|
cli/src/main/scala/org/bykn/bosatsu/Main.scala | 0.00% <0.00%> (ø) |
|
core/src/main/scala/org/bykn/bosatsu/FfiCall.scala | 61.11% <0.00%> (ø) |
|
core/src/main/scala/org/bykn/bosatsu/Fix.scala | 100.00% <ø> (ø) |
|
core/src/main/scala/org/bykn/bosatsu/Kind.scala | 96.91% <ø> (-1.24%) |
:arrow_down: |
...ore/src/main/scala/org/bykn/bosatsu/NameKind.scala | 0.00% <ø> (ø) |
|
core/src/main/scala/org/bykn/bosatsu/Padding.scala | 100.00% <ø> (ø) |
|
core/src/main/scala/org/bykn/bosatsu/Program.scala | 0.00% <ø> (ø) |
|
.../src/main/scala/org/bykn/bosatsu/ValueToJson.scala | 90.08% <ø> (-0.95%) |
:arrow_down: |
...ore/src/main/scala/org/bykn/bosatsu/Variance.scala | 100.00% <ø> (ø) |
|
...n/scala/org/bykn/bosatsu/codegen/python/Code.scala | 92.85% <ø> (-1.01%) |
:arrow_down: |
... and 68 more |
Superseded by #1009.
About this PR
📦 Updates org.scalameta:scalafmt-core from
3.5.9
to3.7.5
📜 GitHub Release Notes - Version Diff
Usage
✅ Please merge!
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!
âš™ Adjust 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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ```labels: library-update, early-semver-minor, semver-spec-minor, commit-count:n:3