Skip to content

Merge pull request #3 from masastack/feat/auth-sdk #10

Merge pull request #3 from masastack/feat/auth-sdk

Merge pull request #3 from masastack/feat/auth-sdk #10

Triggered via push June 15, 2024 08:27
Status Failure
Total duration 4m 13s
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, everpcpc/elasticsearch-action@v2, actions/setup-java@v1, actions/cache@v1, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
codecov (5, 16)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, everpcpc/elasticsearch-action@v2, actions/setup-java@v1, actions/cache@v1, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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 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 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 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 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 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 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 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 declaring the property as nullable.
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 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 declaring the property as nullable.