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

Dependency updates #132

Merged
merged 1 commit into from
Dec 3, 2023
Merged

Dependency updates #132

merged 1 commit into from
Dec 3, 2023

Conversation

mkuthan-scala-steward[bot]
Copy link
Contributor

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

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 these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "ch.qos.logback", artifactId = "logback-classic" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

@github-actions github-actions bot enabled auto-merge (squash) December 3, 2023 00:35
Copy link
Contributor

github-actions bot commented Dec 3, 2023

Terraform plan in toll-infrastructure

Plan: 3 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # google_pubsub_subscription.toll-booth-entry-subscription will be created
  + resource "google_pubsub_subscription" "toll-booth-entry-subscription" {
      + ack_deadline_seconds       = (known after apply)
      + effective_labels           = (known after apply)
      + id                         = (known after apply)
      + message_retention_duration = "604800s"
      + name                       = "toll-booth-entry"
      + project                    = "playground-272019"
      + terraform_labels           = (known after apply)
      + topic                      = "projects/playground-272019/topics/toll-booth-entry"
    }

  # google_pubsub_subscription.toll-booth-exit-subscription will be created
  + resource "google_pubsub_subscription" "toll-booth-exit-subscription" {
      + ack_deadline_seconds       = (known after apply)
      + effective_labels           = (known after apply)
      + id                         = (known after apply)
      + message_retention_duration = "604800s"
      + name                       = "toll-booth-exit"
      + project                    = "playground-272019"
      + terraform_labels           = (known after apply)
      + topic                      = "projects/playground-272019/topics/toll-booth-exit"
    }

  # google_pubsub_subscription.vehicle-registration-subscription will be created
  + resource "google_pubsub_subscription" "vehicle-registration-subscription" {
      + ack_deadline_seconds       = (known after apply)
      + effective_labels           = (known after apply)
      + id                         = (known after apply)
      + message_retention_duration = "604800s"
      + name                       = "vehicle-registration"
      + project                    = "playground-272019"
      + terraform_labels           = (known after apply)
      + topic                      = "projects/playground-272019/topics/vehicle-registration"
    }

Plan: 3 to add, 0 to change, 0 to destroy.

📝 Plan generated in Terraform plan #24

@github-actions github-actions bot merged commit e4e60a5 into main Dec 3, 2023
8 checks passed
@github-actions github-actions bot deleted the update/all branch December 3, 2023 00:42
Copy link

codecov bot commented Dec 3, 2023

Codecov Report

Attention: 31 lines in your changes are missing coverage. Please review.

Comparison is base (8a36bf2) 60.37% compared to head (66d2ee4) 60.38%.
Report is 28 commits behind head on main.

Files Patch % Lines
...than/streamprocessing/test/scio/ScioMatchers.scala 50.00% 8 Missing ⚠️
...processing/test/scio/UnboundedTestCollection.scala 42.85% 2 Missing and 2 partials ⚠️
.../toll/application/streaming/TollStreamingJob.scala 60.00% 4 Missing ⚠️
...essing/toll/domain/vehicle/TotalVehicleTimes.scala 20.00% 4 Missing ⚠️
...main/vehicle/VehiclesWithExpiredRegistration.scala 20.00% 4 Missing ⚠️
...essing/toll/domain/booth/TollBoothDiagnostic.scala 25.00% 3 Missing ⚠️
...mprocessing/toll/domain/booth/TollBoothEntry.scala 50.00% 1 Missing ⚠️
...amprocessing/toll/domain/booth/TollBoothExit.scala 50.00% 1 Missing ⚠️
...mprocessing/toll/domain/booth/TollBoothStats.scala 50.00% 1 Missing ⚠️
...toll/domain/registration/VehicleRegistration.scala 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main     #132   +/-   ##
=========================================
  Coverage     60.37%   60.38%           
  Complexity      116      116           
=========================================
  Files            84       83    -1     
  Lines          1219     1199   -20     
  Branches        154      159    +5     
=========================================
- Hits            736      724   -12     
+ Misses          394      383   -11     
- Partials         89       92    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

0 participants