|
Ran
|
Jobs
2
|
Files
74
|
Run time
1min
|
Badge
README BADGES
|
push
github
Update logback-classic, logback-core to 1.6.2 (#511) ## About this PR 📦 Updates * [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) * [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from `1.6.1` to `1.6.2` ## 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/31cfd846f/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 = "ch.qos.logback" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback" } }] ``` </details> <sup> labels: test-library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "ch.qos.logback", "artifactId" : { "name" : "logback-classic", "maybeCrossName" : null }, "version" : "1.6.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.6.2" ], "newerGroupId" : null, "newerArtifactId" : null } }, { ... (continued)
413 of 519 branches covered (79.58%)
Branch coverage included in aggregate %.
1881 of 2097 relevant lines covered (89.7%)
1.2 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | Scala 2.13.18 - 31573111376.1 | 73 |
71.9 |
GitHub Action Run | |
| 2 | Scala 3.3.8 - 31573111376.2 | 74 |
73.24 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|