Skip to content

fix: Update CI/CD workflow to skip integration tests and adjust Docke… #27

fix: Update CI/CD workflow to skip integration tests and adjust Docke…

fix: Update CI/CD workflow to skip integration tests and adjust Docke… #27

Triggered via push February 5, 2026 12:08
Status Failure
Total duration 1m 17s
Artifacts
Generate Coverage Report
1m 13s
Generate Coverage Report
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Generate Coverage Report
Process completed with exit code 1.
Generate Coverage Report: src/EChamado/Server/EChamado.Server.Application/UseCases/Departments/Commands/DisableDepartmentCommand.cs#L8
'DisableDepartmentCommand.Id' hides inherited member 'BrighterRequest<BaseResult>.Id'. Use the new keyword if hiding was intended.
Generate Coverage Report: src/EChamado/Server/EChamado.Server.Application/Common/Messaging/BrighterRequest.cs#L24
Nullability of reference types in type of parameter 'value' of 'void BrighterRequest<TResult>.CorrelationId.set' doesn't match implicitly implemented member 'void IRequest.CorrelationId.set' (possibly because of nullability attributes).
Generate Coverage Report: src/EChamado/Client/EChamado.Client.Application/UseCases/Auth/Handlers/LoginHandler.cs#L30
Cannot convert null literal to non-nullable reference type.
Generate Coverage Report: src/EChamado/EChamado.Shared/Domain/Settings/ClientSettings.cs#L5
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Generate Coverage Report: src/EChamado/EChamado.Shared/Domain/Settings/ClientSettings.cs#L11
Non-nullable property 'PostLogoutRedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Generate Coverage Report: src/EChamado/EChamado.Shared/Domain/Settings/ClientSettings.cs#L10
Non-nullable property 'RedirectUris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Generate Coverage Report: src/EChamado/EChamado.Shared/ViewModels/Auth/UserTokenViewModel.cs#L12
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Generate Coverage Report: src/EChamado/EChamado.Shared/ViewModels/Auth/UserTokenViewModel.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Generate Coverage Report: src/EChamado/EChamado.Shared/ViewModels/Auth/UserTokenViewModel.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.