Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sbt-scoverage to 2.0.8 #2707

Merged

Conversation

daschbot
Copy link
Collaborator

Updates org.scoverage:sbt-scoverage from 2.0.7 to 2.0.8.
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!

Files still referring to the old version number

The following files still refer to the old version number (2.0.7).
You might want to review and update them manually.

CHANGELOG.md
project/Dependencies.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" }
}]

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage: 61.92% and project coverage change: +64.47 🎉

Comparison is base (ee3cddc) 17.89% compared to head (ae7a4ac) 82.37%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2707       +/-   ##
===========================================
+ Coverage   17.89%   82.37%   +64.47%     
===========================================
  Files         277      279        +2     
  Lines       28855    28912       +57     
===========================================
+ Hits         5165    23817    +18652     
+ Misses      23690     5095    -18595     
Impacted Files Coverage Δ
...esponder/standoffmessages/StandoffMessagesV2.scala 54.16% <0.00%> (+44.51%) ⬆️
...knora/webapi/responders/v1/ValuesResponderV1.scala 91.09% <ø> (+89.96%) ⬆️
...ra/webapi/responders/v2/ResourcesResponderV2.scala 88.26% <ø> (+86.99%) ⬆️
...knora/webapi/responders/v2/SearchResponderV2.scala 91.75% <ø> (+85.35%) ⬆️
...ora/webapi/responders/v2/StandoffResponderV2.scala 86.21% <ø> (+82.97%) ⬆️
.../slice/admin/api/model/ProjectExportResponse.scala 0.00% <0.00%> (ø)
...slice/admin/domain/service/ProjectADMService.scala 96.77% <0.00%> (-3.23%) ⬇️
...a/webapi/store/iiif/impl/IIIFServiceSipiImpl.scala 50.74% <ø> (+50.00%) ⬆️
...ice/admin/api/service/ProjectsADMRestService.scala 60.00% <7.69%> (-17.78%) ⬇️
...rg/knora/webapi/routing/admin/ProjectsRouteZ.scala 90.56% <14.28%> (-4.58%) ⬇️
... and 21 more

... and 172 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BalduinLandolt BalduinLandolt changed the base branch from main to update/update-dependencies-26062023 June 26, 2023 12:15
@BalduinLandolt BalduinLandolt merged commit 8e75fe1 into update/update-dependencies-26062023 Jun 26, 2023
13 checks passed
@BalduinLandolt BalduinLandolt deleted the update/sbt-scoverage-2.0.8 branch June 26, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants