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

Implement storage area #102

Open
wants to merge 424 commits into
base: main
Choose a base branch
from
Open

Implement storage area #102

wants to merge 424 commits into from

Conversation

gritcsenko
Copy link
Owner

Closes #32

Repository owner deleted a comment from github-actions bot Feb 20, 2023
Repository owner deleted a comment from github-actions bot Feb 20, 2023
Repository owner deleted a comment from github-actions bot Feb 20, 2023
# Conflicts:
#	src/HomeInventory/HomeInventory.Api/Program.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Application/Authentication/Commands/Register/RegisterCommandHandler.cs
#	src/HomeInventory/HomeInventory.Application/Authentication/Queries/Authenticate/AuthenticateQueryHandler.cs
#	src/HomeInventory/HomeInventory.Application/HomeInventory.Application.csproj
#	src/HomeInventory/HomeInventory.Application/Mapping/GenericValueObjectConverter.cs
#	src/HomeInventory/HomeInventory.Application/Mapping/GuidIdConverter.cs
#	src/HomeInventory/HomeInventory.Application/Mapping/MappingProfile.cs
#	src/HomeInventory/HomeInventory.Application/Mapping/ValueObjectConverter.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/GuidIdFactory.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/IIdFactory.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/IValueObjectFactory.cs
#	src/HomeInventory/HomeInventory.Domain/DependencyInjection.cs
#	src/HomeInventory/HomeInventory.Domain/Primitives/ValueObjectFactory.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/AmountFactory.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/IAmountFactory.cs
#	src/HomeInventory/HomeInventory.Infrastructure/DependencyInjection.cs
#	src/HomeInventory/HomeInventory.Infrastructure/HomeInventory.Infrastructure.csproj
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/Mapping/AmountValueObjectConverter.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/Mapping/ModelMappings.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/Models/IPersistentModel.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/Models/ProductAmountModel.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/UserRepository.cs
#	src/HomeInventory/HomeInventory.Tests/Architecture/Namespaces.cs
#	src/HomeInventory/HomeInventory.Tests/Customizations/FromFactoryCustomization.cs
#	src/HomeInventory/HomeInventory.Tests/DependencyInjection/DomainDependencyInjectionTests.cs
#	src/HomeInventory/HomeInventory.Tests/DependencyInjection/InfrastructureDependencyInjectionTests.cs
#	src/HomeInventory/HomeInventory.Tests/DependencyInjection/WebDependencyInjectionTests.cs
#	src/HomeInventory/HomeInventory.Tests/Domain/ValueObjects/AmountFactoryTests.cs
#	src/HomeInventory/HomeInventory.Tests/Domain/ValueObjects/AmountTests.cs
#	src/HomeInventory/HomeInventory.Tests/Helpers/FixtureExtensions.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Controllers/AuthenticationControllerTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Handlers/AuthenticateQueryHandlerTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Handlers/RegisterCommandHandlerTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Mapping/BaseMappingsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Mapping/ModelMappingsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Persistence/UserRepositoryTests.cs
#	src/HomeInventory/HomeInventory.Web/Controllers/AuthenticationController.cs
#	src/HomeInventory/HomeInventory.Web/DependencyInjection.cs
#	src/HomeInventory/HomeInventory.Web/Mapping/ContractsMappings.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Tests/Helpers/OkResultAssertions.cs
#	src/HomeInventory/HomeInventory.Tests/Helpers/ServiceCollectionExtensions.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Controllers/AuthenticationModuleTests.cs
#	src/HomeInventory/HomeInventory.Web/Authorization/Dynamic/Permission.cs
#	src/HomeInventory/HomeInventory.Web/Extensions/EndpointRouteBuilderExtensions.cs
#	src/HomeInventory/HomeInventory.Web/Extensions/HttpContextExtensions.cs
#	src/HomeInventory/HomeInventory.Web/Extensions/RouteHandlerBuilderExtensions.cs
#	src/HomeInventory/HomeInventory.Web/Modules/ApiModule.cs
#	src/HomeInventory/HomeInventory.Web/Modules/AuthenticationModule.cs
#	src/HomeInventory/HomeInventory.Web/ValidationFilter.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Tests/Middlewares/CorrelationIdMiddlewareTests.cs
#	src/HomeInventory/HomeInventory.Web/DependencyInjection.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Tests/Systems/Authentication/JwtTokenGeneratorTests.cs
#	src/HomeInventory/HomeInventory.Web/Authentication/JwtTokenGenerator.cs
#	src/HomeInventory/HomeInventory.Web/Authorization/Dynamic/DynamicAuthorizationHandler.cs
#	src/HomeInventory/HomeInventory.Web/DependencyInjection.cs
#	src/HomeInventory/HomeInventory.Web/Modules/PermissionModule.cs
#	src/HomeInventory/HomeInventory.Web/OpenApi/ConfigureSwaggerOptions.cs
#	src/HomeInventory/HomeInventory.Web/OpenApi/SwaggerDefaultValues.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Contracts/LoginRequest.cs
#	src/HomeInventory/HomeInventory.Contracts/LoginResponse.cs
#	src/HomeInventory/HomeInventory.Domain/Aggregates/User.cs
#	src/HomeInventory/HomeInventory.Tests/Customizations/UserIdCustomization.cs
#	src/HomeInventory/HomeInventory.Tests/Domain/DateTimeServiceExtensionsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Domain/EnumerableExtensionsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Domain/Primitives/TypeExtensionsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Domain/ValueObjects/UserModelConfigurationTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Handlers/AuthenticateQueryHandlerTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Handlers/LoggingBehaviorTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Handlers/RegisterCommandHandlerTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Mapping/ContractsMappingsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Persistence/CreateUserSpecificationTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Persistence/HasIdSpecificationTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Persistence/SpecificationExtensionsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Persistence/UserHasEmailSpecificationTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Persistence/UserRepositoryTests.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Application/HomeInventory.Application.csproj
#	src/HomeInventory/HomeInventory.Domain/HomeInventory.Domain.csproj
#	src/HomeInventory/HomeInventory.Infrastructure/HomeInventory.Infrastructure.csproj
gritcsenko and others added 15 commits February 29, 2024 19:23
# Conflicts:
#	src/HomeInventory/HomeInventory.Tests.Framework/ValuesCollection.cs
#	src/HomeInventory/HomeInventory.Tests/Domain/EntityTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Authentication/BCryptPasswordHasherTestsGivenContext.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Persistence/EventsPersistenceServiceTests.cs
# Conflicts:
#	src/HomeInventory/Directory.Packages.props
#	src/HomeInventory/HomeInventory.Application/Cqrs/Behaviors/UnitOfWorkBehavior.cs
#	src/HomeInventory/HomeInventory.Core/DictionaryExtensions.cs
#	src/HomeInventory/HomeInventory.Core/OptionalExtensions.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/BaseEnumeration.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/IOptionalBuilder.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/IUlidBuildable.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/UlidIdentifierObject.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/UlidIdentifierObjectBuilder.cs
#	src/HomeInventory/HomeInventory.Domain/ValueObjects/ProductId.cs
#	src/HomeInventory/HomeInventory.Infrastructure.UserManagement/Models/Configurations/DomainEventJsonTypeInfo.cs
#	src/HomeInventory/HomeInventory.Infrastructure.UserManagement/Specifications/UserHasEmailSpecification.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/DatabaseContext.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/Models/Configurations/OutboxDatabaseConfigurationApplier.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/Models/Configurations/OutboxMessageConfiguration.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/Models/Configurations/PolymorphicDomainEventTypeResolver.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Services/PersistenceHealthCheck.cs
#	src/HomeInventory/HomeInventory.Tests/Core/DictionaryExtensionsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Domain/EntityTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Mapping/ModelMappingsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Modules/ErrorMappingTests.cs
#	src/HomeInventory/HomeInventory.Web.Framework/Infrastructure/HomeInventoryProblemDetailsFactory.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Tests/Systems/Modules/BaseApiModuleTests.cs
#	src/HomeInventory/HomeInventory.Web/Configuration/JwtOptions.cs
#	src/HomeInventory/HomeInventory.Web/IOptions.cs
#	src/HomeInventory/HomeInventory.Web/ServiceCollectionExtensions.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Tests/Systems/Modules/ErrorInstancesData.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Modules/ErrorMappingTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Modules/HomeInventoryProblemDetailsFactoryTests.cs
#	src/HomeInventory/HomeInventory.Web.Framework/Infrastructure/ErrorMapping.cs
#	src/HomeInventory/HomeInventory.Web.Framework/Infrastructure/ErrorMappingBuilder.cs
#	src/HomeInventory/HomeInventory.Web.Framework/Infrastructure/HomeInventoryProblemDetailsFactory.cs
#	src/HomeInventory/HomeInventory.Web.Framework/Infrastructure/ProblemDetailsExtensions.cs
#	src/HomeInventory/HomeInventory.Web.Framework/ServiceCollectionExtensions.cs
#	src/HomeInventory/HomeInventory.Web.Framework/ValidationFilter.cs
#	src/HomeInventory/HomeInventory.Web/IOptions.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Domain/Events/ProductAddedEvent.cs
#	src/HomeInventory/HomeInventory.Domain/Events/ProductRemovedEvent.cs
#	src/HomeInventory/HomeInventory.Infrastructure.Framework/Specifications/ICompiledSingleResultSpecification.cs
# Conflicts:
#	src/HomeInventory/Directory.Packages.props
# Conflicts:
#	src/HomeInventory/Directory.Packages.props
#	src/HomeInventory/HomeInventory.Domain/Events/ProductAddedEvent.cs
#	src/HomeInventory/HomeInventory.Domain/Events/ProductRemovedEvent.cs
#	src/HomeInventory/HomeInventory.Tests.Acceptance/Drivers/HomeInventoryAPIDriver.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Application/HomeInventory.Application.csproj
#	src/HomeInventory/HomeInventory.Domain/Events/ProductAddedEvent.cs
#	src/HomeInventory/HomeInventory.Domain/Events/ProductRemovedEvent.cs
#	src/HomeInventory/HomeInventory.Infrastructure/InfrastructureServiceCollectionExtensions.cs
#	src/HomeInventory/HomeInventory.Infrastructure/Persistence/Mapping/ModelMappings.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Mapping/ContractsMappingsTests.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Mapping/ModelMappingsTests.cs
#	src/HomeInventory/HomeInventory.Web/Mapping/ContractsMappings.cs
# Conflicts:
#	src/HomeInventory/Directory.Packages.props
# Conflicts:
#	src/HomeInventory/HomeInventory.Domain/Events/ProductAddedEvent.cs
#	src/HomeInventory/HomeInventory.Domain/Events/ProductRemovedEvent.cs
#	src/HomeInventory/HomeInventory.Tests/Systems/Mapping/ModelMappingsTests.cs
# Conflicts:
#	src/HomeInventory/HomeInventory.Domain/Events/ProductAddedEvent.cs
#	src/HomeInventory/HomeInventory.Domain/Events/ProductRemovedEvent.cs
# Conflicts:
#	src/HomeInventory/Directory.Packages.props
#	src/HomeInventory/HomeInventory.Application.UserManagement/Commands/RegisterCommandHandler.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/IOptionalBuilder.cs
#	src/HomeInventory/HomeInventory.Domain.Primitives/ImplicitUsings.cs
#	src/HomeInventory/HomeInventory.Domain.UserManagement/Events/UserCreatedDomainEvent.cs
#	src/HomeInventory/HomeInventory.Domain/Events/ProductAddedEvent.cs
#	src/HomeInventory/HomeInventory.Domain/Events/ProductRemovedEvent.cs
Copy link

Summary

Summary
Generated on: 08/19/2024 - 13:50:45
Coverage date: 08/19/2024 - 13:50:30
Parser: Cobertura
Assemblies: 17
Classes: 235
Files: 221
Line coverage: 84.1% (1742 of 2071)
Covered lines: 1742
Uncovered lines: 329
Coverable lines: 2071
Total lines: 5831
Branch coverage: 66% (362 of 548)
Covered branches: 362
Total branches: 548
Method coverage: Feature is only available for sponsors
Tag: 2005_10454619862

Coverage

HomeInventory.Application - 88.8%
Name Line Branch
HomeInventory.Application 88.8% 63.3%
HomeInventory.Application.AssemblyReference 100%
HomeInventory.Application.BaseHealthCheck 88.8% 100%
HomeInventory.Application.Cqrs.Behaviors.LoggingBehavior`2 86.6% 50%
HomeInventory.Application.Cqrs.Behaviors.UnitOfWorkBehavior`2 93.7% 75%
HomeInventory.Application.Cqrs.Queries.Areas.AllAreasQueryHandler 0%
HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQueryHandle
r
100% 100%
HomeInventory.Application.HealthCheckTags 100%
HomeInventory.Application.LogEvents 100% 62.5%
HomeInventory.Application.MediatRServiceConfigurationExtensions 100%
Microsoft.Extensions.DependencyInjection.ApplicationServiceCollectionExtens
ions
100%
HomeInventory.Application.Framework - 89.6%
Name Line Branch
HomeInventory.Application.Framework 89.6% ****
HomeInventory.Application.Cqrs.DomainEvents.DomainEventNotification 100%
HomeInventory.Application.Cqrs.DomainEvents.DomainEventNotification`1 100%
HomeInventory.Application.Framework.FeatureFlag 100%
HomeInventory.Application.Framework.FeatureFlag`1 100%
HomeInventory.Application.Framework.FeatureManagerExtensions 0%
HomeInventory.Application.Framework.Mapping.BaseMappingsProfile 100%
HomeInventory.Application.Framework.Mapping.TypeConverterAdapter`3 100%
HomeInventory.Application.Interfaces.Messaging.CommandHandler`1 100%
HomeInventory.Application.Interfaces.Messaging.QueryHandler`2 66.6%
HomeInventory.Application.MappingAssemblySource 100%
Microsoft.Extensions.DependencyInjection.ApplicationFrameworkServiceCollect
ionExtensions
100%
HomeInventory.Application.UserManagement - 95.2%
Name Line Branch
HomeInventory.Application.UserManagement 95.2% 100%
HomeInventory.Application.Cqrs.Commands.Register.F5
901BC97285218797F4748A7ECD72C55B6A0ECE2330AB17619ACC55E5D437992__SupplierEx
tensions
100%
HomeInventory.Application.Cqrs.Commands.Register.RegisterCommandHandler 100% 100%
HomeInventory.Application.Cqrs.DomainEvents.UserCreatedDomainEventHandler 0%
HomeInventory.Application.Cqrs.Queries.UserId.UserIdQueryHandler 100%
HomeInventory.Application.UserManagement.AssemblyReference 0%
HomeInventory.Application.UserManagement.Interfaces -
Name Line Branch
HomeInventory.Application.UserManagement.Interfaces **** ****
HomeInventory.Contracts.UserManagement.Validators - 100%
Name Line Branch
HomeInventory.Contracts.UserManagement.Validators 100% 91.6%
HomeInventory.Contracts.UserManagement.Validators.AssemblyReference 100%
HomeInventory.Contracts.Validations.PasswordCharacterSet 100%
HomeInventory.Contracts.Validations.PasswordCharacterSets 100%
HomeInventory.Contracts.Validations.PasswordValidator`1 100% 100%
HomeInventory.Contracts.Validations.PasswordValidatorOptions 100% 100%
HomeInventory.Contracts.Validations.RegisterRequestValidator 100%
HomeInventory.Contracts.Validations.RuleBuilderExtensions 100% 50%
HomeInventory.Contracts.Validations - 100%
Name Line Branch
HomeInventory.Contracts.Validations 100% ****
HomeInventory.Contracts.Validations.AssemblyReference 100%
HomeInventory.Contracts.Validations.LoginRequestValidator 100%
HomeInventory.Core - 78.1%
Name Line Branch
HomeInventory.Core 78.1% 68.5%
HomeInventory.Core.AnonymousAsyncDisposable 100% 100%
HomeInventory.Core.AssemblyReference 0%
HomeInventory.Core.CollectionExtensions 60% 75%
HomeInventory.Core.DictionaryExtensions 100% 100%
HomeInventory.Core.DisposableExtensions 88.8% 50%
HomeInventory.Core.EnumerableExtensions 57.1% 60%
HomeInventory.Core.Execute 100%
HomeInventory.Core.Functional 100% 100%
HomeInventory.Core.LazyExtensions 100% 100%
HomeInventory.Core.OptionExtensions 85.7% 75%
HomeInventory.Core.PowerExtensions 0% 0%
HomeInventory.Core.Scope`1 88.8% 75%
HomeInventory.Core.ScopeAccessor 100%
HomeInventory.Core.ScopeAccessorExtensions 100% 100%
HomeInventory.Core.ScopeContainer 100%
HomeInventory.Core.ScopeFactory 100%
HomeInventory.Core.TypeExtensions 100% 100%
HomeInventory.Core.ValidationExtensions 71.4% 75%
HomeInventory.Domain.Primitives.Errors.ValidationError 100%
HomeInventory.Domain.Primitives.Errors.ValidationException 100%
HomeInventory.Domain - 87.1%
Name Line Branch
HomeInventory.Domain 87.1% 78.9%
HomeInventory.Domain.Aggregates.StorageArea 17.6% 0%
HomeInventory.Domain.AssemblyReference 0%
HomeInventory.Domain.Entities.Material 0%
HomeInventory.Domain.Entities.Product 100%
HomeInventory.Domain.Errors.DuplicateProductError 0%
HomeInventory.Domain.Errors.InvalidCredentialsError 100%
HomeInventory.Domain.Events.ProductAddedEvent 0%
HomeInventory.Domain.Events.ProductRemovedEvent 0%
HomeInventory.Domain.FixedTimeProvider 100%
HomeInventory.Domain.ValueObjects 98.6% 88.8%
HomeInventory.Domain.ValueObjects.Amount 100%
HomeInventory.Domain.ValueObjects.AmountFactory 100% 87.5%
HomeInventory.Domain.ValueObjects.AmountUnit 100%
HomeInventory.Domain.ValueObjects.MaterialId 100%
HomeInventory.Domain.ValueObjects.MeasurementType 90.9%
HomeInventory.Domain.ValueObjects.ProductId 100%
HomeInventory.Domain.ValueObjects.StorageAreaId 100%
HomeInventory.Domain.ValueObjects.StorageAreaName 100%
Microsoft.Extensions.DependencyInjection.DomainServiceCollectionExtensions 100%
HomeInventory.Domain.Primitives - 80%
Name Line Branch
HomeInventory.Domain.Primitives 80% 68.1%
HomeInventory.Application.Mapping.BuilderObjectConverter`3 100%
HomeInventory.Application.Mapping.ObjectConverter`2 100%
HomeInventory.Domain.Events.DomainEvent 100%
HomeInventory.Domain.Primitives.AggregateRoot`2 60%
HomeInventory.Domain.Primitives.AssemblyReference 0%
HomeInventory.Domain.Primitives.BaseEnumeration`1 87.5%
HomeInventory.Domain.Primitives.BaseEnumeration`2 100%
HomeInventory.Domain.Primitives.DefaultPoolObjectActivator`1 100% 100%
HomeInventory.Domain.Primitives.Entity`2 100%
HomeInventory.Domain.Primitives.EnumerationItemsCollection 100%
HomeInventory.Domain.Primitives.EnumerationItemsCollection`1 87.5% 100%
HomeInventory.Domain.Primitives.Equatable`1 100% 83.3%
HomeInventory.Domain.Primitives.EquatableComponent`1 70% 50%
HomeInventory.Domain.Primitives.Errors.ConflictError 100%
HomeInventory.Domain.Primitives.Errors.NotFoundError 100%
HomeInventory.Domain.Primitives.Errors.ValueNotSpecifiedError 0%
HomeInventory.Domain.Primitives.EventsCollection 60%
HomeInventory.Domain.Primitives.FunctionPoolObjectActivator`1 100%
HomeInventory.Domain.Primitives.Ids.BuildableIdentifierObject`3 100%
HomeInventory.Domain.Primitives.Ids.DelegatingIdSupplier`1 100%
HomeInventory.Domain.Primitives.Ids.IdentifierObject`2 66.6%
HomeInventory.Domain.Primitives.Ids.IdentifierObjectBuilder`3 100% 100%
HomeInventory.Domain.Primitives.Ids.IdSuppliers 100%
HomeInventory.Domain.Primitives.Ids.UlidIdentifierObject`1 100%
HomeInventory.Domain.Primitives.Ids.UlidIdentifierObjectBuilder`1 100%
HomeInventory.Domain.Primitives.KeyedPool`2 0% 0%
HomeInventory.Domain.Primitives.Pool`1 100% 100%
HomeInventory.Domain.Primitives.PoolExtensions 0% 0%
HomeInventory.Domain.Primitives.PoolHandle`1 0%
HomeInventory.Domain.Primitives.PoolObjectActivatorExtensions 100% 100%
HomeInventory.Domain.Primitives.ValueObject`1 100%
HomeInventory.Domain.Primitives.ValueObjectBuilder`3 70% 66.6%
HomeInventory.Domain.UserManagement - 90.9%
Name Line Branch
HomeInventory.Domain.UserManagement 90.9% ****
HomeInventory.Domain.Aggregates.User 100%
HomeInventory.Domain.Errors.DuplicateEmailError 100%
HomeInventory.Domain.Events.UserCreatedDomainEvent 100%
HomeInventory.Domain.UserManagement.AssemblyReference 0%
HomeInventory.Domain.ValueObjects.Email 100%
HomeInventory.Domain.ValueObjects.UserId 100%
HomeInventory.Infrastructure - 78.3%
Name Line Branch
HomeInventory.Infrastructure 78.3% 77.2%
HomeInventory.Infrastructure.AssemblyReference 100%
HomeInventory.Infrastructure.Persistence.DatabaseContext 100% 100%
HomeInventory.Infrastructure.Persistence.Mapping.AmountObjectConverter 100%
HomeInventory.Infrastructure.Persistence.Mapping.ModelMappings 100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.OutboxDataba
seConfigurationApplier
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.OutboxMessag
eConfiguration
84.6% 0%
HomeInventory.Infrastructure.Persistence.Models.Configurations.PolymorphicD
omainEventTypeResolver
100% 100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.ProductAmoun
tModelConfiguration
0%
HomeInventory.Infrastructure.Persistence.Models.Configurations.ProductModel
Configuration
0%
HomeInventory.Infrastructure.Persistence.Models.Configurations.StorageAreaM
odelConfiguration
0%
HomeInventory.Infrastructure.Persistence.Models.Interceptors.PublishDomainE
ventsInterceptor
100% 100%
HomeInventory.Infrastructure.Persistence.StorageAreaRepository 0%
HomeInventory.Infrastructure.Services.EventsPersistenceService 100%
HomeInventory.Infrastructure.Services.PersistenceHealthCheck 69.2% 62.5%
Microsoft.Extensions.DependencyInjection.InfrastructureServiceCollectionExt
ensions
100%
HomeInventory.Infrastructure.Framework - 84.7%
Name Line Branch
HomeInventory.Infrastructure.Framework 84.7% 46.4%
HomeInventory.Infrastructure.Framework.AssemblyReference 0%
HomeInventory.Infrastructure.Framework.Mapping.MappingExtensions 100% 7.1%
HomeInventory.Infrastructure.Persistence.BaseDatabaseConfigurationApplier`2 100% 100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.EntityTypeBu
ilderExtensions
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.IdValueConve
rter`2
100%
HomeInventory.Infrastructure.Persistence.Repository`3 82.3% 75%
HomeInventory.Infrastructure.Specifications.ByIdFilterSpecification`2 100%
Microsoft.Extensions.DependencyInjection.InfrastructureFrameworkServiceColl
ectionExtensions
75% 100%
HomeInventory.Infrastructure.UserManagement - 92.8%
Name Line Branch
HomeInventory.Infrastructure.UserManagement 92.8% 50%
HomeInventory.Infrastructure.Persistence.Models.Configurations.UserModelCon
figuration
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.UserModelDat
abaseConfigurationApplier
100%
HomeInventory.Infrastructure.Persistence.UserRepository 100%
HomeInventory.Infrastructure.Services.BCryptPasswordHasher 100%
HomeInventory.Infrastructure.Specifications.UserHasEmailSpecification 57.1%
HomeInventory.Infrastructure.UserManagement.AssemblyReference 100%
HomeInventory.Infrastructure.UserManagement.Mapping.UserManagementModelMapp
ings
100%
HomeInventory.Infrastructure.UserManagement.Models.Configurations.DomainEve
ntJsonTypeInfo
100% 50%
Microsoft.Extensions.DependencyInjection.InfrastructureUserManagementServic
eCollectionExtensions
100%
HomeInventory.Tests.Framework - 81.7%
Name Line Branch
HomeInventory.Tests.Framework 81.7% 62.8%
HomeInventory.Tests.Framework.Assertions.AssertionExtensions 66.6%
HomeInventory.Tests.Framework.Assertions.JsonElementAssertions 48.5% 100%
HomeInventory.Tests.Framework.Assertions.ObjectAssertions`1 100%
HomeInventory.Tests.Framework.Assertions.ObjectExtensions 93.7% 56.2%
HomeInventory.Tests.Framework.Assertions.OkResultAssertions`1 100%
HomeInventory.Tests.Framework.Assertions.QueryResultAssertions`1 70.3% 66.6%
HomeInventory.Tests.Framework.Assertions.RouteEndpointAssertions 100%
HomeInventory.Tests.Framework.Assertions.ServiceCollectionAssertions 100% 100%
HomeInventory.Tests.Framework.Assertions.ServiceDescriptorExtensions 100% 100%
HomeInventory.Tests.Framework.Assertions.UlidAssertions 100%
HomeInventory.Tests.Framework.Assertions.UlidAssertions`1 40.7% 0%
HomeInventory.Tests.Framework.Attributes.ArchitectureTestAttribute 100%
HomeInventory.Tests.Framework.Attributes.CategoryTraitAttribute 100%
HomeInventory.Tests.Framework.Attributes.CategoryTraitDiscoverer 100% 66.6%
HomeInventory.Tests.Framework.Attributes.ClassDataAttribute`1 100%
HomeInventory.Tests.Framework.Attributes.IntegrationTestAttribute 0%
HomeInventory.Tests.Framework.Attributes.InvariantCultureAttribute 100%
HomeInventory.Tests.Framework.Attributes.SkippedAttribute 0%
HomeInventory.Tests.Framework.Attributes.TestPriorityAttribute 0%
HomeInventory.Tests.Framework.Attributes.UnitTestAttribute 100%
HomeInventory.Tests.Framework.BaseContext 100%
HomeInventory.Tests.Framework.BaseTest 100% 100%
HomeInventory.Tests.Framework.BaseTest`1 100%
HomeInventory.Tests.Framework.CancellationImplementation 75% 100%
HomeInventory.Tests.Framework.Customizations.ApiBehaviorOptionsCustomizatio
n
100%
HomeInventory.Tests.Framework.Customizations.FixtureExtensions 95% 100%
HomeInventory.Tests.Framework.Customizations.RegisterRequestCustomization 100% 100%
HomeInventory.Tests.Framework.DbContextFactory 100% 50%
HomeInventory.Tests.Framework.GivenContext`1 96.7% 83.3%
HomeInventory.Tests.Framework.GivenContext`2 100%
HomeInventory.Tests.Framework.GivenContext`3 100%
HomeInventory.Tests.Framework.IndexedVariable`1 100%
HomeInventory.Tests.Framework.PriorityTestOrderer 100% 83.3%
HomeInventory.Tests.Framework.PropertyValue`1 100%
HomeInventory.Tests.Framework.RandomExtensions 37.5% 30%
HomeInventory.Tests.Framework.ReflectionDbContextFactory 100% 50%
HomeInventory.Tests.Framework.ReflectionMethods 100%
HomeInventory.Tests.Framework.ServiceCollectionExtensions 100%
HomeInventory.Tests.Framework.SubstitutionDbContextFactory 100%
HomeInventory.Tests.Framework.TestingLogger`1 50%
HomeInventory.Tests.Framework.ThenCatchedContext 100%
HomeInventory.Tests.Framework.ThenContext 100%
HomeInventory.Tests.Framework.ThenContext`1 100%
HomeInventory.Tests.Framework.Variable 100%
HomeInventory.Tests.Framework.Variable`1 75%
HomeInventory.Tests.Framework.VariablesCollectionExtensions 83.3% 50%
HomeInventory.Tests.Framework.VariablesContainer 100% 100%
HomeInventory.Tests.Framework.VariableValues`1 87.5% 59%
HomeInventory.Tests.Framework.WhenContext 92.3%
HomeInventory.Web - 81%
Name Line Branch
HomeInventory.Web 81% 63.8%
HomeInventory.Web.AssemblyReference 100%
HomeInventory.Web.Authentication.CuidJwtIdentityGenerator 100%
HomeInventory.Web.Authentication.JwtTokenGenerator 100%
HomeInventory.Web.Authorization.Dynamic.DynamicAuthorizationHandler 0% 0%
HomeInventory.Web.Authorization.Dynamic.DynamicPermissionRequirement 50%
HomeInventory.Web.Configuration.CorrelationIdContainer 100%
HomeInventory.Web.Configuration.JwtBearerOptionsSetup 100%
HomeInventory.Web.Configuration.JwtOptions 100% 100%
HomeInventory.Web.Configuration.Validation.JwtOptionsValidator 100%
HomeInventory.Web.Mapping.ContractsMappings 100%
HomeInventory.Web.Middleware.CorrelationIdMiddleware 100% 100%
HomeInventory.Web.Middleware.HeaderNames 100%
HomeInventory.Web.Middleware.ProblemTraceIdentifierMiddleware 0%
HomeInventory.Web.Modules.AreaModule 75%
HomeInventory.Web.Modules.AuthenticationModule 100%
HomeInventory.Web.Modules.PermissionModule 83.3%
HomeInventory.Web.OpenApi.ConfigureSwaggerOptions 72.9% 31.2%
HomeInventory.Web.OpenApi.DeprecatedSwaggerOperationFilter 100%
HomeInventory.Web.OpenApi.JsonOpenApiValueConverter 100% 100%
HomeInventory.Web.OpenApi.ParametersSwaggerOperationFilter 100% 100%
HomeInventory.Web.OpenApi.ResponsesSwaggerOperationFilter 100% 100%
HomeInventory.Web.OpenApi.SwaggerDefaultValues 100% 100%
Microsoft.Extensions.DependencyInjection.DynamicAuthorizationServiceCollect
ionExtensions
94.1% 83.3%
Microsoft.Extensions.DependencyInjection.WebServiceCollectionExtensions 94.8% 66.6%
HomeInventory.Web.Framework - 89.3%
Name Line Branch
HomeInventory.Web.Framework 89.3% 65.2%
HomeInventory.Web.EndpointRouteBuilderExtensions 100%
HomeInventory.Web.Framework.FluentOptionsValidator 50%
HomeInventory.Web.Framework.FluentOptionsValidator`1 92.3% 50%
HomeInventory.Web.Framework.MappingExtensions 100% 12.5%
HomeInventory.Web.Framework.SectionPath 85.7%
HomeInventory.Web.Framework.ValidationContextFactory`1 100% 100%
HomeInventory.Web.Infrastructure.ErrorMapping 100% 100%
HomeInventory.Web.Infrastructure.ErrorMappingBuilder 100%
HomeInventory.Web.Infrastructure.HomeInventoryProblemDetailsFactory 100% 88.8%
HomeInventory.Web.Infrastructure.ProblemDetailsExtensions 92.8% 79.1%
HomeInventory.Web.Infrastructure.ProblemDetailsFactoryExtensions 76.9%
HomeInventory.Web.Modules.ApiModule 92.3%
HomeInventory.Web.RouteHandlerBuilderExtensions 100%
HomeInventory.Web.ValidationEndpointFilter`1 13.3% 0%
Microsoft.Extensions.DependencyInjection.WebFrameworkServiceCollectionExten
sions
100%
HomeInventory.Web.UserManagement - 100%
Name Line Branch
HomeInventory.Web.UserManagement 100% ****
HomeInventory.Web.Modules.UserManagementModule 100%
HomeInventory.Web.UserManagement.AssemblyReference 100%
HomeInventory.Web.UserManagement.UserManagementContractsMappings 100%

Copy link

Code Coverage

Package Line Rate Branch Rate Health
HomeInventory.Web 81% 64%
HomeInventory.Web.UserManagement 100% 100%
HomeInventory.Domain.Primitives 80% 68%
HomeInventory.Domain.UserManagement 91% 100%
HomeInventory.Infrastructure 78% 77%
HomeInventory.Contracts.Validations 100% 100%
HomeInventory.Application.UserManagement 95% 100%
HomeInventory.Contracts.UserManagement.Validators 100% 92%
HomeInventory.Application.Framework 90% 100%
HomeInventory.Application.UserManagement.Interfaces 100% 100%
HomeInventory.Tests.Framework 82% 63%
HomeInventory.Application 89% 63%
HomeInventory.Core 78% 69%
HomeInventory.Infrastructure.UserManagement 93% 50%
HomeInventory.Domain 80% 73%
HomeInventory.Web.Framework 89% 59%
HomeInventory.Infrastructure.Framework 85% 50%
Summary 84% (1672 / 2000) 64% (352 / 546)

Minimum allowed line rate is 60%

Copy link

Summary

Summary
Generated on: 08/29/2024 - 16:54:38
Coverage date: 08/29/2024 - 16:54:25
Parser: Cobertura
Assemblies: 17
Classes: 235
Files: 221
Line coverage: 84.1% (1742 of 2071)
Covered lines: 1742
Uncovered lines: 329
Coverable lines: 2071
Total lines: 5831
Branch coverage: 66% (362 of 548)
Covered branches: 362
Total branches: 548
Method coverage: Feature is only available for sponsors
Tag: 2039_10619286532

Coverage

HomeInventory.Application - 88.8%
Name Line Branch
HomeInventory.Application 88.8% 63.3%
HomeInventory.Application.AssemblyReference 100%
HomeInventory.Application.BaseHealthCheck 88.8% 100%
HomeInventory.Application.Cqrs.Behaviors.LoggingBehavior`2 86.6% 50%
HomeInventory.Application.Cqrs.Behaviors.UnitOfWorkBehavior`2 93.7% 75%
HomeInventory.Application.Cqrs.Queries.Areas.AllAreasQueryHandler 0%
HomeInventory.Application.Cqrs.Queries.Authenticate.AuthenticateQueryHandle
r
100% 100%
HomeInventory.Application.HealthCheckTags 100%
HomeInventory.Application.LogEvents 100% 62.5%
HomeInventory.Application.MediatRServiceConfigurationExtensions 100%
Microsoft.Extensions.DependencyInjection.ApplicationServiceCollectionExtens
ions
100%
HomeInventory.Application.Framework - 89.6%
Name Line Branch
HomeInventory.Application.Framework 89.6% ****
HomeInventory.Application.Cqrs.DomainEvents.DomainEventNotification 100%
HomeInventory.Application.Cqrs.DomainEvents.DomainEventNotification`1 100%
HomeInventory.Application.Framework.FeatureFlag 100%
HomeInventory.Application.Framework.FeatureFlag`1 100%
HomeInventory.Application.Framework.FeatureManagerExtensions 0%
HomeInventory.Application.Framework.Mapping.BaseMappingsProfile 100%
HomeInventory.Application.Framework.Mapping.TypeConverterAdapter`3 100%
HomeInventory.Application.Interfaces.Messaging.CommandHandler`1 100%
HomeInventory.Application.Interfaces.Messaging.QueryHandler`2 66.6%
HomeInventory.Application.MappingAssemblySource 100%
Microsoft.Extensions.DependencyInjection.ApplicationFrameworkServiceCollect
ionExtensions
100%
HomeInventory.Application.UserManagement - 95.2%
Name Line Branch
HomeInventory.Application.UserManagement 95.2% 100%
HomeInventory.Application.Cqrs.Commands.Register.F5
901BC97285218797F4748A7ECD72C55B6A0ECE2330AB17619ACC55E5D437992__SupplierEx
tensions
100%
HomeInventory.Application.Cqrs.Commands.Register.RegisterCommandHandler 100% 100%
HomeInventory.Application.Cqrs.DomainEvents.UserCreatedDomainEventHandler 0%
HomeInventory.Application.Cqrs.Queries.UserId.UserIdQueryHandler 100%
HomeInventory.Application.UserManagement.AssemblyReference 0%
HomeInventory.Application.UserManagement.Interfaces -
Name Line Branch
HomeInventory.Application.UserManagement.Interfaces **** ****
HomeInventory.Contracts.UserManagement.Validators - 100%
Name Line Branch
HomeInventory.Contracts.UserManagement.Validators 100% 91.6%
HomeInventory.Contracts.UserManagement.Validators.AssemblyReference 100%
HomeInventory.Contracts.Validations.PasswordCharacterSet 100%
HomeInventory.Contracts.Validations.PasswordCharacterSets 100%
HomeInventory.Contracts.Validations.PasswordValidator`1 100% 100%
HomeInventory.Contracts.Validations.PasswordValidatorOptions 100% 100%
HomeInventory.Contracts.Validations.RegisterRequestValidator 100%
HomeInventory.Contracts.Validations.RuleBuilderExtensions 100% 50%
HomeInventory.Contracts.Validations - 100%
Name Line Branch
HomeInventory.Contracts.Validations 100% ****
HomeInventory.Contracts.Validations.AssemblyReference 100%
HomeInventory.Contracts.Validations.LoginRequestValidator 100%
HomeInventory.Core - 78.1%
Name Line Branch
HomeInventory.Core 78.1% 68.5%
HomeInventory.Core.AnonymousAsyncDisposable 100% 100%
HomeInventory.Core.AssemblyReference 0%
HomeInventory.Core.CollectionExtensions 60% 75%
HomeInventory.Core.DictionaryExtensions 100% 100%
HomeInventory.Core.DisposableExtensions 88.8% 50%
HomeInventory.Core.EnumerableExtensions 57.1% 60%
HomeInventory.Core.Execute 100%
HomeInventory.Core.Functional 100% 100%
HomeInventory.Core.LazyExtensions 100% 100%
HomeInventory.Core.OptionExtensions 85.7% 75%
HomeInventory.Core.PowerExtensions 0% 0%
HomeInventory.Core.Scope`1 88.8% 75%
HomeInventory.Core.ScopeAccessor 100%
HomeInventory.Core.ScopeAccessorExtensions 100% 100%
HomeInventory.Core.ScopeContainer 100%
HomeInventory.Core.ScopeFactory 100%
HomeInventory.Core.TypeExtensions 100% 100%
HomeInventory.Core.ValidationExtensions 71.4% 75%
HomeInventory.Domain.Primitives.Errors.ValidationError 100%
HomeInventory.Domain.Primitives.Errors.ValidationException 100%
HomeInventory.Domain - 87.1%
Name Line Branch
HomeInventory.Domain 87.1% 78.9%
HomeInventory.Domain.Aggregates.StorageArea 17.6% 0%
HomeInventory.Domain.AssemblyReference 0%
HomeInventory.Domain.Entities.Material 0%
HomeInventory.Domain.Entities.Product 100%
HomeInventory.Domain.Errors.DuplicateProductError 0%
HomeInventory.Domain.Errors.InvalidCredentialsError 100%
HomeInventory.Domain.Events.ProductAddedEvent 0%
HomeInventory.Domain.Events.ProductRemovedEvent 0%
HomeInventory.Domain.FixedTimeProvider 100%
HomeInventory.Domain.ValueObjects 98.6% 88.8%
HomeInventory.Domain.ValueObjects.Amount 100%
HomeInventory.Domain.ValueObjects.AmountFactory 100% 87.5%
HomeInventory.Domain.ValueObjects.AmountUnit 100%
HomeInventory.Domain.ValueObjects.MaterialId 100%
HomeInventory.Domain.ValueObjects.MeasurementType 90.9%
HomeInventory.Domain.ValueObjects.ProductId 100%
HomeInventory.Domain.ValueObjects.StorageAreaId 100%
HomeInventory.Domain.ValueObjects.StorageAreaName 100%
Microsoft.Extensions.DependencyInjection.DomainServiceCollectionExtensions 100%
HomeInventory.Domain.Primitives - 80%
Name Line Branch
HomeInventory.Domain.Primitives 80% 68.1%
HomeInventory.Application.Mapping.BuilderObjectConverter`3 100%
HomeInventory.Application.Mapping.ObjectConverter`2 100%
HomeInventory.Domain.Events.DomainEvent 100%
HomeInventory.Domain.Primitives.AggregateRoot`2 60%
HomeInventory.Domain.Primitives.AssemblyReference 0%
HomeInventory.Domain.Primitives.BaseEnumeration`1 87.5%
HomeInventory.Domain.Primitives.BaseEnumeration`2 100%
HomeInventory.Domain.Primitives.DefaultPoolObjectActivator`1 100% 100%
HomeInventory.Domain.Primitives.Entity`2 100%
HomeInventory.Domain.Primitives.EnumerationItemsCollection 100%
HomeInventory.Domain.Primitives.EnumerationItemsCollection`1 87.5% 100%
HomeInventory.Domain.Primitives.Equatable`1 100% 83.3%
HomeInventory.Domain.Primitives.EquatableComponent`1 70% 50%
HomeInventory.Domain.Primitives.Errors.ConflictError 100%
HomeInventory.Domain.Primitives.Errors.NotFoundError 100%
HomeInventory.Domain.Primitives.Errors.ValueNotSpecifiedError 0%
HomeInventory.Domain.Primitives.EventsCollection 60%
HomeInventory.Domain.Primitives.FunctionPoolObjectActivator`1 100%
HomeInventory.Domain.Primitives.Ids.BuildableIdentifierObject`3 100%
HomeInventory.Domain.Primitives.Ids.DelegatingIdSupplier`1 100%
HomeInventory.Domain.Primitives.Ids.IdentifierObject`2 66.6%
HomeInventory.Domain.Primitives.Ids.IdentifierObjectBuilder`3 100% 100%
HomeInventory.Domain.Primitives.Ids.IdSuppliers 100%
HomeInventory.Domain.Primitives.Ids.UlidIdentifierObject`1 100%
HomeInventory.Domain.Primitives.Ids.UlidIdentifierObjectBuilder`1 100%
HomeInventory.Domain.Primitives.KeyedPool`2 0% 0%
HomeInventory.Domain.Primitives.Pool`1 100% 100%
HomeInventory.Domain.Primitives.PoolExtensions 0% 0%
HomeInventory.Domain.Primitives.PoolHandle`1 0%
HomeInventory.Domain.Primitives.PoolObjectActivatorExtensions 100% 100%
HomeInventory.Domain.Primitives.ValueObject`1 100%
HomeInventory.Domain.Primitives.ValueObjectBuilder`3 70% 66.6%
HomeInventory.Domain.UserManagement - 90.9%
Name Line Branch
HomeInventory.Domain.UserManagement 90.9% ****
HomeInventory.Domain.Aggregates.User 100%
HomeInventory.Domain.Errors.DuplicateEmailError 100%
HomeInventory.Domain.Events.UserCreatedDomainEvent 100%
HomeInventory.Domain.UserManagement.AssemblyReference 0%
HomeInventory.Domain.ValueObjects.Email 100%
HomeInventory.Domain.ValueObjects.UserId 100%
HomeInventory.Infrastructure - 78.3%
Name Line Branch
HomeInventory.Infrastructure 78.3% 77.2%
HomeInventory.Infrastructure.AssemblyReference 100%
HomeInventory.Infrastructure.Persistence.DatabaseContext 100% 100%
HomeInventory.Infrastructure.Persistence.Mapping.AmountObjectConverter 100%
HomeInventory.Infrastructure.Persistence.Mapping.ModelMappings 100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.OutboxDataba
seConfigurationApplier
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.OutboxMessag
eConfiguration
84.6% 0%
HomeInventory.Infrastructure.Persistence.Models.Configurations.PolymorphicD
omainEventTypeResolver
100% 100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.ProductAmoun
tModelConfiguration
0%
HomeInventory.Infrastructure.Persistence.Models.Configurations.ProductModel
Configuration
0%
HomeInventory.Infrastructure.Persistence.Models.Configurations.StorageAreaM
odelConfiguration
0%
HomeInventory.Infrastructure.Persistence.Models.Interceptors.PublishDomainE
ventsInterceptor
100% 100%
HomeInventory.Infrastructure.Persistence.StorageAreaRepository 0%
HomeInventory.Infrastructure.Services.EventsPersistenceService 100%
HomeInventory.Infrastructure.Services.PersistenceHealthCheck 69.2% 62.5%
Microsoft.Extensions.DependencyInjection.InfrastructureServiceCollectionExt
ensions
100%
HomeInventory.Infrastructure.Framework - 84.7%
Name Line Branch
HomeInventory.Infrastructure.Framework 84.7% 46.4%
HomeInventory.Infrastructure.Framework.AssemblyReference 0%
HomeInventory.Infrastructure.Framework.Mapping.MappingExtensions 100% 7.1%
HomeInventory.Infrastructure.Persistence.BaseDatabaseConfigurationApplier`2 100% 100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.EntityTypeBu
ilderExtensions
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.IdValueConve
rter`2
100%
HomeInventory.Infrastructure.Persistence.Repository`3 82.3% 75%
HomeInventory.Infrastructure.Specifications.ByIdFilterSpecification`2 100%
Microsoft.Extensions.DependencyInjection.InfrastructureFrameworkServiceColl
ectionExtensions
75% 100%
HomeInventory.Infrastructure.UserManagement - 92.8%
Name Line Branch
HomeInventory.Infrastructure.UserManagement 92.8% 50%
HomeInventory.Infrastructure.Persistence.Models.Configurations.UserModelCon
figuration
100%
HomeInventory.Infrastructure.Persistence.Models.Configurations.UserModelDat
abaseConfigurationApplier
100%
HomeInventory.Infrastructure.Persistence.UserRepository 100%
HomeInventory.Infrastructure.Services.BCryptPasswordHasher 100%
HomeInventory.Infrastructure.Specifications.UserHasEmailSpecification 57.1%
HomeInventory.Infrastructure.UserManagement.AssemblyReference 100%
HomeInventory.Infrastructure.UserManagement.Mapping.UserManagementModelMapp
ings
100%
HomeInventory.Infrastructure.UserManagement.Models.Configurations.DomainEve
ntJsonTypeInfo
100% 50%
Microsoft.Extensions.DependencyInjection.InfrastructureUserManagementServic
eCollectionExtensions
100%
HomeInventory.Tests.Framework - 81.7%
Name Line Branch
HomeInventory.Tests.Framework 81.7% 62.8%
HomeInventory.Tests.Framework.Assertions.AssertionExtensions 66.6%
HomeInventory.Tests.Framework.Assertions.JsonElementAssertions 48.5% 100%
HomeInventory.Tests.Framework.Assertions.ObjectAssertions`1 100%
HomeInventory.Tests.Framework.Assertions.ObjectExtensions 93.7% 56.2%
HomeInventory.Tests.Framework.Assertions.OkResultAssertions`1 100%
HomeInventory.Tests.Framework.Assertions.QueryResultAssertions`1 70.3% 66.6%
HomeInventory.Tests.Framework.Assertions.RouteEndpointAssertions 100%
HomeInventory.Tests.Framework.Assertions.ServiceCollectionAssertions 100% 100%
HomeInventory.Tests.Framework.Assertions.ServiceDescriptorExtensions 100% 100%
HomeInventory.Tests.Framework.Assertions.UlidAssertions 100%
HomeInventory.Tests.Framework.Assertions.UlidAssertions`1 40.7% 0%
HomeInventory.Tests.Framework.Attributes.ArchitectureTestAttribute 100%
HomeInventory.Tests.Framework.Attributes.CategoryTraitAttribute 100%
HomeInventory.Tests.Framework.Attributes.CategoryTraitDiscoverer 100% 66.6%
HomeInventory.Tests.Framework.Attributes.ClassDataAttribute`1 100%
HomeInventory.Tests.Framework.Attributes.IntegrationTestAttribute 0%
HomeInventory.Tests.Framework.Attributes.InvariantCultureAttribute 100%
HomeInventory.Tests.Framework.Attributes.SkippedAttribute 0%
HomeInventory.Tests.Framework.Attributes.TestPriorityAttribute 0%
HomeInventory.Tests.Framework.Attributes.UnitTestAttribute 100%
HomeInventory.Tests.Framework.BaseContext 100%
HomeInventory.Tests.Framework.BaseTest 100% 100%
HomeInventory.Tests.Framework.BaseTest`1 100%
HomeInventory.Tests.Framework.CancellationImplementation 75% 100%
HomeInventory.Tests.Framework.Customizations.ApiBehaviorOptionsCustomizatio
n
100%
HomeInventory.Tests.Framework.Customizations.FixtureExtensions 95% 100%
HomeInventory.Tests.Framework.Customizations.RegisterRequestCustomization 100% 100%
HomeInventory.Tests.Framework.DbContextFactory 100% 50%
HomeInventory.Tests.Framework.GivenContext`1 96.7% 83.3%
HomeInventory.Tests.Framework.GivenContext`2 100%
HomeInventory.Tests.Framework.GivenContext`3 100%
HomeInventory.Tests.Framework.IndexedVariable`1 100%
HomeInventory.Tests.Framework.PriorityTestOrderer 100% 83.3%
HomeInventory.Tests.Framework.PropertyValue`1 100%
HomeInventory.Tests.Framework.RandomExtensions 37.5% 30%
HomeInventory.Tests.Framework.ReflectionDbContextFactory 100% 50%
HomeInventory.Tests.Framework.ReflectionMethods 100%
HomeInventory.Tests.Framework.ServiceCollectionExtensions 100%
HomeInventory.Tests.Framework.SubstitutionDbContextFactory 100%
HomeInventory.Tests.Framework.TestingLogger`1 50%
HomeInventory.Tests.Framework.ThenCatchedContext 100%
HomeInventory.Tests.Framework.ThenContext 100%
HomeInventory.Tests.Framework.ThenContext`1 100%
HomeInventory.Tests.Framework.Variable 100%
HomeInventory.Tests.Framework.Variable`1 75%
HomeInventory.Tests.Framework.VariablesCollectionExtensions 83.3% 50%
HomeInventory.Tests.Framework.VariablesContainer 100% 100%
HomeInventory.Tests.Framework.VariableValues`1 87.5% 59%
HomeInventory.Tests.Framework.WhenContext 92.3%
HomeInventory.Web - 81%
Name Line Branch
HomeInventory.Web 81% 63.8%
HomeInventory.Web.AssemblyReference 100%
HomeInventory.Web.Authentication.CuidJwtIdentityGenerator 100%
HomeInventory.Web.Authentication.JwtTokenGenerator 100%
HomeInventory.Web.Authorization.Dynamic.DynamicAuthorizationHandler 0% 0%
HomeInventory.Web.Authorization.Dynamic.DynamicPermissionRequirement 50%
HomeInventory.Web.Configuration.CorrelationIdContainer 100%
HomeInventory.Web.Configuration.JwtBearerOptionsSetup 100%
HomeInventory.Web.Configuration.JwtOptions 100% 100%
HomeInventory.Web.Configuration.Validation.JwtOptionsValidator 100%
HomeInventory.Web.Mapping.ContractsMappings 100%
HomeInventory.Web.Middleware.CorrelationIdMiddleware 100% 100%
HomeInventory.Web.Middleware.HeaderNames 100%
HomeInventory.Web.Middleware.ProblemTraceIdentifierMiddleware 0%
HomeInventory.Web.Modules.AreaModule 75%
HomeInventory.Web.Modules.AuthenticationModule 100%
HomeInventory.Web.Modules.PermissionModule 83.3%
HomeInventory.Web.OpenApi.ConfigureSwaggerOptions 72.9% 31.2%
HomeInventory.Web.OpenApi.DeprecatedSwaggerOperationFilter 100%
HomeInventory.Web.OpenApi.JsonOpenApiValueConverter 100% 100%
HomeInventory.Web.OpenApi.ParametersSwaggerOperationFilter 100% 100%
HomeInventory.Web.OpenApi.ResponsesSwaggerOperationFilter 100% 100%
HomeInventory.Web.OpenApi.SwaggerDefaultValues 100% 100%
Microsoft.Extensions.DependencyInjection.DynamicAuthorizationServiceCollect
ionExtensions
94.1% 83.3%
Microsoft.Extensions.DependencyInjection.WebServiceCollectionExtensions 94.8% 66.6%
HomeInventory.Web.Framework - 89.3%
Name Line Branch
HomeInventory.Web.Framework 89.3% 65.2%
HomeInventory.Web.EndpointRouteBuilderExtensions 100%
HomeInventory.Web.Framework.FluentOptionsValidator 50%
HomeInventory.Web.Framework.FluentOptionsValidator`1 92.3% 50%
HomeInventory.Web.Framework.MappingExtensions 100% 12.5%
HomeInventory.Web.Framework.SectionPath 85.7%
HomeInventory.Web.Framework.ValidationContextFactory`1 100% 100%
HomeInventory.Web.Infrastructure.ErrorMapping 100% 100%
HomeInventory.Web.Infrastructure.ErrorMappingBuilder 100%
HomeInventory.Web.Infrastructure.HomeInventoryProblemDetailsFactory 100% 88.8%
HomeInventory.Web.Infrastructure.ProblemDetailsExtensions 92.8% 79.1%
HomeInventory.Web.Infrastructure.ProblemDetailsFactoryExtensions 76.9%
HomeInventory.Web.Modules.ApiModule 92.3%
HomeInventory.Web.RouteHandlerBuilderExtensions 100%
HomeInventory.Web.ValidationEndpointFilter`1 13.3% 0%
Microsoft.Extensions.DependencyInjection.WebFrameworkServiceCollectionExten
sions
100%
HomeInventory.Web.UserManagement - 100%
Name Line Branch
HomeInventory.Web.UserManagement 100% ****
HomeInventory.Web.Modules.UserManagementModule 100%
HomeInventory.Web.UserManagement.AssemblyReference 100%
HomeInventory.Web.UserManagement.UserManagementContractsMappings 100%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement storage area
1 participant