Skip to content

deps: Bump the testing group with 2 updates#165

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/testing-b46bdf5a29
Open

deps: Bump the testing group with 2 updates#165
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/testing-b46bdf5a29

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Updated coverlet.collector from 10.0.0 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps coverlet.collector from 10.0.0 to 10.0.1
Bumps Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from petro-konopelko as a code owner May 18, 2026 08:54
@dependabot dependabot Bot added dependencies Label for dependencies nuget labels May 18, 2026
@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 05/18/2026 - 08:55:29
Coverage date: 05/18/2026 - 08:54:48 - 05/18/2026 - 08:55:09
Parser: MultiReport (4x Cobertura)
Assemblies: 7
Classes: 150
Files: 149
Line coverage: 87.6% (3117 of 3555)
Covered lines: 3117
Uncovered lines: 438
Coverable lines: 3555
Total lines: 6692
Branch coverage: 61.4% (380 of 618)
Covered branches: 380
Total branches: 618
Method coverage: Feature is only available for sponsors
Tag: 380_26023439707

Coverage

SmartCafe.Menu.API - 69.7%
Name Line Branch
SmartCafe.Menu.API 69.7% 34%
Microsoft.AspNetCore.OpenApi.Generated 39.5% 30.5%
Program 83% 55%
SmartCafe.Menu.API.Endpoints.Cafes.CafeRoutes 100%
SmartCafe.Menu.API.Endpoints.Cafes.CreateCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.DeleteCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.GetCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.ListCafesEndpoint 100%
SmartCafe.Menu.API.Endpoints.Images.UploadImageEndpoint 50.7%
SmartCafe.Menu.API.Endpoints.Menus.ActivateMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.CloneMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.CreateMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.DeleteMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.GetActiveMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.GetMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.ListMenusEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.MenuRoutes 100%
SmartCafe.Menu.API.Endpoints.Menus.PublishMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.UpdateMenuEndpoint 100%
SmartCafe.Menu.API.Extensions.ResultExtensions 85.2% 68.7%
SmartCafe.Menu.API.Extensions.WebApplicationExtensions 100%
SmartCafe.Menu.API.Filters.ValidationFilter 0% 0%
SmartCafe.Menu.API.Middleware.ExceptionHandlingMiddleware 55.5%
SmartCafe.Menu.API.Models.Requests.Cafes.CreateCafeRequest 100%
SmartCafe.Menu.API.Models.Requests.CloneMenuRequest 100%
SmartCafe.Menu.API.Models.Requests.CreateMenuRequest 100%
SmartCafe.Menu.API.Models.Requests.UpdateMenuRequest 100%
System.Runtime.CompilerServices 0%
SmartCafe.Menu.Application - 94.8%
Name Line Branch
SmartCafe.Menu.Application 94.8% 80.1%
SmartCafe.Menu.Application.DependencyInjection.ServiceCollectionExtensions 100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.CreateCafeCommandValid
ator
100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.CreateCafeHandler 100% 100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.Models.CreateCafeComma
nd
100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.Models.CreateCafeRespo
nse
100%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.DeleteCafeCommandValid
ator
100%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.DeleteCafeHandler 95.2% 75%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.Models.DeleteCafeComma
nd
100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.GetCafeHandler 100% 100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.GetCafeQueryValidator 100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.Models.GetCafeQuery 100%
SmartCafe.Menu.Application.Features.Cafes.ListCafes.ListCafesHandler 100%
SmartCafe.Menu.Application.Features.Cafes.ListCafes.Models.ListCafesRespons
e
100%
SmartCafe.Menu.Application.Features.Cafes.Shared.Mappers.CafeMapper 100%
SmartCafe.Menu.Application.Features.Cafes.Shared.Models.CafeDto 100%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageCommand 0%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageHandler 0% 0%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageResponse 0%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.ActivateMenuHandler 97.2% 92.8%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Mappers.ActivateMenu
Mapper
100% 50%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Models.ActivateMenuC
ommand
100%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Models.ActivateMenuR
esponse
100%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Validators.ActivateM
enuCommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.CloneMenuHandler 98.4% 80%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Models.CloneMenuCommand 100%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Validators.CloneMenuCom
mandValidator
100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.CreateMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Models.CreateMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Validators.CreateMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.DeleteMenuHandler 96.5% 87.5%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Models.DeleteMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Validators.DeleteMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.GetActiveMenuHandle
r
100% 100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Models.GetActiveMen
uQuery
100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Validators.GetActiv
eMenuQueryValidator
100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.GetMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Models.GetMenuQuery 100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Validators.GetMenuQueryVa
lidator
100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.ListMenusHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Mappers.ListMenusMapper 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.ListMenusQuery 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.ListMenusRespons
e
100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.MenuSummaryDto 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Validators.ListMenusQue
ryValidator
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Mappers.PublishMenuMa
pper
100% 50%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Models.PublishMenuCom
mand
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Models.PublishMenuRes
ponse
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.PublishMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Validators.PublishMen
uCommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Mappers.MenuMapper 95.4% 62.5%
SmartCafe.Menu.Application.Features.Menus.Shared.Mappers.SectionUpdateMappe
r
100% 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.CreateMenuResponse 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.IngredientDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuItemDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuItemImageDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.PriceDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.SectionDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.IngredientValid
ator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.MenuItemDtoForC
reateValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.MenuItemDtoVali
dator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.PriceDtoValidat
or
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.SectionDtoForCr
eateValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.SectionDtoValid
ator
100% 100%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Models.UpdateMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.UpdateMenuHandler 96.7% 87.5%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Validators.UpdateMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Mediation.Behaviors.ValidationBehavior`2 90.2% 70%
SmartCafe.Menu.Application.Mediation.Mediator 100% 100%
SmartCafe.Menu.Domain - 93.5%
Name Line Branch
SmartCafe.Menu.Domain 93.5% 89.6%
SmartCafe.Menu.Domain.Common.Entity 100%
SmartCafe.Menu.Domain.Entities.Cafe 100% 100%
SmartCafe.Menu.Domain.Entities.Menu 96% 91.3%
SmartCafe.Menu.Domain.Entities.MenuItem 91.1% 78.1%
SmartCafe.Menu.Domain.Entities.Section 88.8% 79.4%
SmartCafe.Menu.Domain.Events.CafeCreatedEvent 100%
SmartCafe.Menu.Domain.Events.CafeDeletedEvent 100%
SmartCafe.Menu.Domain.Events.DomainEvent 100%
SmartCafe.Menu.Domain.Events.MenuActivatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuClonedEvent 0%
SmartCafe.Menu.Domain.Events.MenuCreatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuDeactivatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuDeletedEvent 100%
SmartCafe.Menu.Domain.Events.MenuPublishedEvent 100%
SmartCafe.Menu.Domain.Events.MenuUpdatedEvent 0%
SmartCafe.Menu.Domain.Extensions.EntityExtensions 100% 100%
SmartCafe.Menu.Domain.Extensions.UpdateInfoExtensions 100% 100%
SmartCafe.Menu.Domain.Models.ImageUpdateInfo 100%
SmartCafe.Menu.Domain.Models.IngredientItemUpdate 100%
SmartCafe.Menu.Domain.Models.ItemUpdateInfo 100%
SmartCafe.Menu.Domain.Models.PriceUpdateInfo 100%
SmartCafe.Menu.Domain.Models.SectionUpdateInfo 100%
SmartCafe.Menu.Domain.ValueObjects.ImageAsset 100% 100%
SmartCafe.Menu.Domain.ValueObjects.Ingredient 100% 100%
SmartCafe.Menu.Domain.ValueObjects.Price 94.1% 100%
SmartCafe.Menu.Infrastructure - 90.1%
Name Line Branch
SmartCafe.Menu.Infrastructure 90.1% 34.2%
SmartCafe.Menu.Infrastructure.BlobStorage.AzureBlobStorageService 0% 0%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.CafeConfigurat
ion
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuConfigurat
ion
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuItemConfig
uration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.SectionConfigu
ration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.DesignTimeDbContextFactory 0%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.MenuDbContext 84.6% 100%
SmartCafe.Menu.Infrastructure.Data.UnitOfWork 20% 0%
SmartCafe.Menu.Infrastructure.DependencyInjection.ServiceCollectionExtensio
ns
93.3% 50%
SmartCafe.Menu.Infrastructure.EventBus.DomainEventDispatcher 0% 0%
SmartCafe.Menu.Infrastructure.EventBus.ServiceBusEventPublisher 0%
SmartCafe.Menu.Infrastructure.Migrations.AddCafeSoftDelete 97.4%
SmartCafe.Menu.Infrastructure.Migrations.InitialCreate 97.6%
SmartCafe.Menu.Infrastructure.Migrations.MenuDbContextModelSnapshot 100%
SmartCafe.Menu.Infrastructure.Migrations.RenameDiscountToDiscountPercent 93.5%
SmartCafe.Menu.Infrastructure.Repositories.CafeRepository 100%
SmartCafe.Menu.Infrastructure.Repositories.MenuRepository 100%
SmartCafe.Menu.Infrastructure.Services.ImageProcessingService 0%
SmartCafe.Menu.ServiceDefaults - 83.6%
Name Line Branch
SmartCafe.Menu.ServiceDefaults 83.6% 77.7%
Microsoft.Extensions.Hosting.Extensions 83.6% 77.7%
SmartCafe.Menu.Shared - 84.7%
Name Line Branch
SmartCafe.Menu.Shared 84.7% 100%
SmartCafe.Menu.Shared.Models.Error 76.9%
SmartCafe.Menu.Shared.Models.ErrorDetail 100%
SmartCafe.Menu.Shared.Models.Result 100% 100%
SmartCafe.Menu.Shared.Models.Result`1 100% 100%
SmartCafe.Menu.Shared.Providers.DateTimeProvider 20%
SmartCafe.Menu.Shared.Providers.GuidIdProvider 100%
SmartCafe.Menu.Tests.Shared - 89.3%
Name Line Branch
SmartCafe.Menu.Tests.Shared 89.3% 70%
SmartCafe.Menu.Tests.Shared.DataGenerators.CafeDataGenerator 100% 50%
SmartCafe.Menu.Tests.Shared.DataGenerators.DateGenerator 50%
SmartCafe.Menu.Tests.Shared.DataGenerators.MenuDataGenerator 98.1% 75%
SmartCafe.Menu.Tests.Shared.Mocks.FakeDateTimeProvider 50%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Label for dependencies nuget size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant