|
Ran
|
Files
14
|
Run time
1s
|
Badge
README BADGES
|
push
Update sbt-scoverage to 2.4.0 (#255) ## About this PR 📦 Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.3.1` to `2.4.0` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.4.0) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.3.1...v2.4.0) ## 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/bb32b63f0/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.scoverage", artifactId = "sbt-scoverage" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" } }] ``` </details> <sup> labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scoverage", "artifactId" : { "name" : "sbt-scoverage", "maybeCrossName" : null }, "version" : "2.3.1", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.4.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-se... (continued)
197 of 284 relevant lines covered (69.37%)
0.69 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|