refactor: exercise every template branch, form effect, and confirm di… #13
coverage.yml
on: push
angular-tests
29s
dotnet-tests
1m 11s
Annotations
11 warnings
|
angular-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dotnet-tests:
Tests/API/TourLogControllerTests.cs#L26
Remove the underscores from member name Tests.API.TourLogControllerTests.CreateTourLogAsync_HappyPath_ReturnsCreatedTourLog() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
dotnet-tests:
API/Endpoints/AuthEndpoints.cs#L12
Attribute 'Auth' may contain sensitive data (PII or credentials). Consider redacting or excluding this information. (https://ancplua.mintlify.app/analyzers/rules/AL0088)
|
|
dotnet-tests:
API/Endpoints/AuthEndpoints.cs#L12
Attribute '/api/auth' may contain sensitive data (PII or credentials). Consider redacting or excluding this information. (https://ancplua.mintlify.app/analyzers/rules/AL0088)
|
|
dotnet-tests:
API/AOP/ApiMethodDecorator.cs#L11
Rename API.AOP.ApiMethodDecorator to end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
|
dotnet-tests:
BL/Interface/IRouteService.cs#L7
In virtual/interface member IRouteService.ResolveRouteAsync((double Latitude, double Longitude), (double Latitude, double Longitude), string, CancellationToken), rename parameter to so that it no longer conflicts with the reserved language keyword 'To'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
dotnet-tests:
BL/Module/BusinessLogicModule.cs#L6
Rename namespace BL.Module so that it no longer conflicts with the reserved language keyword 'Module'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
dotnet-tests:
BL/Interface/IFileService.cs#L3
Rename namespace BL.Interface so that it no longer conflicts with the reserved language keyword 'Interface'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
dotnet-tests:
DAL/Interface/IRouteRepository.cs#L7
In virtual/interface member IRouteRepository.ResolveRouteAsync((double Latitude, double Longitude), (double Latitude, double Longitude), string, CancellationToken), rename parameter to so that it no longer conflicts with the reserved language keyword 'To'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
dotnet-tests:
DAL/Module/PostgreContextModule.cs#L9
Rename namespace DAL.Module so that it no longer conflicts with the reserved language keyword 'Module'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
dotnet-tests:
DAL/Interface/IRouteRepository.cs#L1
Rename namespace DAL.Interface so that it no longer conflicts with the reserved language keyword 'Interface'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|