ldbc
ldbc copied to clipboard
Update sbt-scoverage from 2.4.1 to 2.4.2
About this PR
📦 Updates org.scoverage:sbt-scoverage from 2.4.1 to 2.4.2
📜 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.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" }
}]
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 84.99%. Comparing base (e718b2e) to head (fa94650).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #590 +/- ##
=======================================
Coverage 84.99% 84.99%
=======================================
Files 192 192
Lines 10705 10705
Branches 1052 1052
=======================================
Hits 9099 9099
Misses 1606 1606
| Flag | Coverage Δ | |
|---|---|---|
| 3.3.7 | 85.44% <ø> (ø) |
|
| 3.7.4 | 85.58% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.