Skip to content

chore: update ci check (#734) #526

chore: update ci check (#734)

chore: update ci check (#734) #526

Triggered via push September 20, 2024 02:05
Status Success
Total duration 9m 36s
Artifacts

Codecov.yml

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

Annotations

14 warnings
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/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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, everpcpc/elasticsearch-action@v2, actions/cache@v1, actions/setup-dotnet@v1, codecov/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/Utils/Models/Masa.Utils.Models.Config/Paginated/PaginatedListBase.cs#L8
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
codecov (5, 16): src/Utils/Caching/Masa.Utils.Caching.Memory/MemoryCache.cs#L8
Make '_dicCache' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
codecov (5, 16): src/Utils/Caching/Masa.Utils.Caching.Memory/MemoryCache.cs#L6
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
codecov (5, 16): src/Utils/Caching/Masa.Utils.Caching.Memory/MemoryCache.cs#L22
Refactor 'Values' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
codecov (5, 16): src/Utils/Caching/Masa.Utils.Caching.Memory/MemoryCache.cs#L14
Refactor 'Keys' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
codecov (5, 16): src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L65
Possible null reference argument for parameter 'left' in 'bool Enumeration.operator ==(Enumeration left, Enumeration right)'.
codecov (5, 16): src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L65
Cannot convert null literal to non-nullable reference type.
codecov (5, 16): src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L9
When implementing IComparable, you should also override <= and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
codecov (5, 16): src/BuildingBlocks/Data/Masa.BuildingBlocks.Data.Contracts/Enumeration.cs#L36
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
codecov (5, 16): src/Utils/Extensions/Masa.Utils.Extensions.DotNet/EnglishPluralizationService.cs#L367
Remove this empty comment (https://rules.sonarsource.com/csharp/RSPEC-4663)