Skip to content

Merge pull request #24 from masastack/feature/upgrade #37

Merge pull request #24 from masastack/feature/upgrade

Merge pull request #24 from masastack/feature/upgrade #37

Triggered via push December 6, 2024 07:57
Status Failure
Total duration 3m 40s
Artifacts

Codecov.yml

on: push
Matrix: codecov
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
codecov (5, 16)
Process completed with exit code 1.
codecov (5, 16)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
codecov (5, 16)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
codecov (5, 16)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
codecov (5, 16)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/RedisModel.cs#L8
Non-nullable property 'RedisHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/RedisModel.cs#L14
Non-nullable property 'RedisPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/ElasticModel.cs#L8
Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/ElasticModel.cs#L10
Non-nullable property 'Index' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/ElasticModel.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/ElasticModel.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/DbModel.cs#L8
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/DbModel.cs#L12
Non-nullable property 'Database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/DbModel.cs#L14
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
codecov (5, 16): src/BuildingBlocks/Masa.BuildingBlocks.StackSdks.Config/Models/DbModel.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.