Closed scala-steward closed 2 years ago
Merging #495 (be4caea) into develop (f744626) will increase coverage by
0.05%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #495 +/- ##
===========================================
+ Coverage 48.59% 48.64% +0.05%
===========================================
Files 77 77
Lines 2062 2068 +6
Branches 7 45 +38
===========================================
+ Hits 1002 1006 +4
- Misses 1060 1062 +2
Impacted Files | Coverage Δ | |
---|---|---|
...loak4s/auth/core/models/path/PathMethodRoles.scala | 62.50% <0.00%> (-1.79%) |
:arrow_down: |
...4s/auth/core/authorization/PathAuthorization.scala | 94.00% <0.00%> (-1.66%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Updates org.scoverage:sbt-scoverage from 1.9.2 to 2.0.2. 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!
Adjust future updates
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 = "@monthly" }, dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" } }] ```labels: sbt-plugin-update, early-semver-major, semver-spec-major, commit-count:1