Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@testing-library/angular 18.1.119.0.0 age confidence pnpm.catalog.testing-library major
Microsoft.Testing.Extensions.CodeCoverage 18.3.118.3.2 age confidence nuget patch
Scalar.AspNetCore (source) 2.11.102.12.4 age confidence nuget minor
TUnit 1.9.21.9.42 age confidence nuget patch
grafana/tempo 6b91939db7c75e digest
prom/prometheus 3ea2ed31f0f50f digest
typescript-eslint (source) 8.51.08.52.0 age confidence pnpm.catalog.eslint minor
zod (source) 4.3.44.3.5 age confidence pnpm.catalog.default patch

Release Notes

testing-library/angular-testing-library (@​testing-library/angular)

v19.0.0

Compare Source

Bug Fixes
  • update action versions (c29f6b4)
  • update npm and semantic release version (1086cf8)
Features
  • add vitest-utils (0d3d140)
  • update dependency versions on ng-add (961e819)
  • update to Angular 21 (and switch to Vitest) (53d777d)
  • upgrade peer dependency to Angular v21 (c00b4ee)
BREAKING CHANGES
  • The peer dependency of Angular is update to v21

BEFORE:

Peer dependency of Angular 20.

AFTER:

Peer dependency of Angular 21.

thomhurst/TUnit (TUnit)

v1.9.42: 1.9.42

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.26...v1.9.42

v1.9.26: 1.9.26

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.17...v1.9.26

v1.9.17: 1.9.17

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.9.2...v1.9.17

typescript-eslint/typescript-eslint (typescript-eslint)

v8.52.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

colinhacks/zod (zod)

v4.3.5

Compare Source

Commits:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Europe/Brussels.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Coverage Report for Frontend Vitest Coverage

Status Category Percentage Covered / Total
🟢 Lines 92.49% 419 / 453
🟢 Statements 92.24% 571 / 619
🟢 Functions 84.33% 70 / 83
🟢 Branches 80.19% 166 / 207
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Unchanged Files
Sandbox.AngularWorkspace/projects/form-validation-lib/src/lib/error.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/form-validation-lib/src/lib/field-errors.ts 100% 76.92% 100% 100%
Sandbox.AngularWorkspace/projects/form-validation-lib/src/lib/index.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/form-validation-lib/src/lib/validation-message.pipe.ts 83.33% 84.61% 100% 83.33% 16
Sandbox.AngularWorkspace/projects/form-validation-lib/src/lib/validation-messages.token.ts 50% 100% 40% 50% 14, 16, 18
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/authentication/anonymous.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/authentication/authenticated-guard.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/authentication/authenticated.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/authentication/authentication.ts 77.77% 75% 50% 66.66% 19-23
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/authentication/user.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/core/header/header.html 100% 50% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/core/header/header.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/core/theme/theme-toggle.html 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/core/theme/theme-toggle.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/core/theme/theme.service.ts 83.87% 54.16% 81.81% 82.75% 29, 45, 65-67
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customer-management.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customer-details/customer-details.html 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customer-details/customer-details.ts 100% 85.71% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customer-form/customer-form.html 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customer-form/customer-form.ts 97.43% 72.72% 100% 97.05% 55
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customers-list/customers-list.html 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customers-list/customers-list.ts 100% 85.71% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customers-overview/customers-overview.html 90.9% 100% 0% 100% 12
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/customers-overview/customers-overview.ts 80% 100% 50% 75% 18
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/models/address.model.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/models/create-customer-command.model.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/models/customer-details-response.model.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/models/customer-overview-response.model.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/models/strongly-typed-ids.model.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/shared/customer-address/customer-address.html 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/customer-management/shared/customer-address/customer-address.ts 100% 85.71% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/components/alert/alert.ts 100% 85.71% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/components/info-card/info-card.html 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/components/info-card/info-card.ts 100% 77.77% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/components/table/table-body-template.ts 66.66% 75% 100% 66.66% 22
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/components/table/table.html 50% 60% 0% 57.14% 3-7, 16, 60-78, 91-120
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/components/table/table.ts 80% 75% 0% 83.33% 22, 17
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/event-managers/index.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/event-managers/prevent-default-event.plugin.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/functions/generation.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/functions/parse.ts 100% 75% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/functions/strongly-typed-id-attribute.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/shared/operators/filter-nullish.operator.ts 100% 100% 100% 100%
Sandbox.AngularWorkspace/projects/sandbox-app/src/app/test/test-utils.ts 83.33% 50% 100% 83.33% 3
Generated in workflow #495 for commit 3310b2f by the Vitest Coverage Report Action

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Summary

Summary
Generated on: 01/07/2026 - 00:30:24
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 484_20766479662

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@renovate renovate bot changed the title chore(deps): update dependency tunit to 1.9.17 chore(deps): update all dependencies Jan 7, 2026
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Summary

Summary
Generated on: 01/07/2026 - 10:33:21
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 485_20778471362

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Summary

Summary
Generated on: 01/07/2026 - 13:39:36
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 486_20783331570

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Summary

Summary
Generated on: 01/07/2026 - 17:56:57
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 487_20791169170

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Summary

Summary
Generated on: 01/07/2026 - 21:03:25
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 488_20796385409

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Summary

Summary
Generated on: 01/08/2026 - 01:29:58
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 489_20802293499

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Summary

Summary
Generated on: 01/08/2026 - 05:08:43
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 490_20806173215

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Summary

Summary
Generated on: 01/08/2026 - 09:14:23
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 491_20811589013

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Summary

Summary
Generated on: 01/08/2026 - 13:30:10
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 492_20818442090

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Summary

Summary
Generated on: 01/08/2026 - 19:34:30
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 493_20829216678

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 9, 2026

Summary

Summary
Generated on: 01/09/2026 - 14:03:05
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 494_20854302062

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@github-actions
Copy link

github-actions bot commented Jan 9, 2026

Summary

Summary
Generated on: 01/09/2026 - 18:43:52
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 43
Files: 32
Line coverage: 83.2% (468 of 562)
Covered lines: 468
Uncovered lines: 94
Coverable lines: 562
Total lines: 1160
Branch coverage: 79.2% (122 of 154)
Covered branches: 122
Total branches: 154
Method coverage: Feature is only available for sponsors
Tag: 495_20860925887

Coverage

Sandbox.ApiService - 56.2%
Name Line Branch
Sandbox.ApiService 56.2% 47.2%
Program 70.3% 59%
Sandbox.ApiService.BearerSecuritySchemeTransformer 0% 0%
Sandbox.ApiService.ExceptionHandler 5% 0%
Sandbox.ApiService.Extensions 100% 100%
Sandbox.Modules.Billing - 65%
Name Line Branch
Sandbox.Modules.Billing 65% 100%
Sandbox.Modules.Billing.BillingModule 90% 100%
Sandbox.Modules.Billing.Data.BillingDbContext 0%
Sandbox.Modules.Billing.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement - 98.5%
Name Line Branch
Sandbox.Modules.CustomerManagement 98.5% 92.8%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer 100% 83.3%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.BillingAddres
s
100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.CreateCustomer.ShippingAddre
ss
100%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer 90.9% 50%
Sandbox.Modules.CustomerManagement.Application.DeleteCustomer.Command 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer 95.8% 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.BillingAddress 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.Response 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomer.ShippingAddress 0%
Sandbox.Modules.CustomerManagement.Application.GetCustomers 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Parameters 100%
Sandbox.Modules.CustomerManagement.Application.GetCustomers.Response 100%
Sandbox.Modules.CustomerManagement.CustomerManagementModule 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerAddressEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Data.CustomerCache 100%
Sandbox.Modules.CustomerManagement.Data.CustomerDbContext 100%
Sandbox.Modules.CustomerManagement.Data.CustomerEntityConfiguration 100% 100%
Sandbox.Modules.CustomerManagement.Domain.Address 100%
Sandbox.Modules.CustomerManagement.Domain.Customer 100% 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerBillingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.CustomerShippingAddress 100%
Sandbox.Modules.CustomerManagement.Domain.FullName 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerCreatedHandler 100%
Sandbox.Modules.CustomerManagement.Handlers.CustomerDeletedHandler 100%
Sandbox.ServiceDefaults - 87.2%
Name Line Branch
Sandbox.ServiceDefaults 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.ServiceDefaults.Extensions 87.2% 75%
Sandbox.SharedKernel - 95.8%
Name Line Branch
Sandbox.SharedKernel 95.8% 97.9%
Sandbox.SharedKernel.Domain.ISoftDelete 60%
Sandbox.SharedKernel.Infrastructure.Extensions 100% 100%
Sandbox.SharedKernel.Infrastructure.ModuleDbContext 100% 100%
Sandbox.SharedKernel.Infrastructure.SoftDeleteInterceptor 88.8% 90%
Sandbox.SharedKernel.Messages.CustomerCreated 100%
Sandbox.SharedKernel.Messages.CustomerDeleted 100%
Sandbox.SharedKernel.Modules.ModuleExtensions 100% 100%

@timdeschryver timdeschryver merged commit 2479e26 into main Jan 9, 2026
8 of 10 checks passed
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.

2 participants