ldbc
ldbc copied to clipboard
Update specs2-core, specs2-junit from 5.6.4 to 5.7.0
About this PR
📦 Updates
from 5.6.4 to 5.7.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 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.specs2" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.specs2" }
}]
: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 85.52%. Comparing base (a207771) to head (fe0be35).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #576 +/- ##
=======================================
Coverage 85.52% 85.52%
=======================================
Files 192 192
Lines 10446 10446
Branches 1009 1009
=======================================
Hits 8934 8934
Misses 1512 1512
| Flag | Coverage Δ | |
|---|---|---|
| 3.3.7 | 85.44% <ø> (+0.01%) |
:arrow_up: |
| 3.7.3 | 85.47% <ø> (ø) |
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.