|
Ran
|
Jobs
2
|
Files
2
|
Run time
1min
|
Badge
README BADGES
|
push
github
Update cats-effect to 3.7.1 (#74) ## About this PR 📦 Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from `3.7.0` to `3.7.1` 📜 [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.7.1) - [Version Diff](https://github.com/typelevel/cats-effect/compare/v3.7.0...v3.7.1) ## 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`](https://github.com/scala-steward-org/scala-steward/blob/91db17b42/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.typelevel", artifactId = "cats-effect" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "cats-effect" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-effect", "maybeCrossName" : "cats-effect_2.13" }, "version" : "3.7.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-effect", "maybeCrossName" : "cats-effect_3" ... (continued)
87 of 107 branches covered (81.31%)
Branch coverage included in aggregate %.
318 of 325 relevant lines covered (97.85%)
1.2 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | Scala 3.3.8 - 32888613553.1 | 2 |
82.19 |
GitHub Action Run | |
| 2 | Scala 2.13.18 - 32888613553.2 | 2 |
89.29 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|