Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

refactor: to htmx and alphinejs #27

refactor: to htmx and alphinejs

refactor: to htmx and alphinejs #27

Triggered via push June 1, 2024 17:39
Status Failure
Total duration 3m 53s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 14 warnings
ubuntu-latest
[xUnit.net 00:00:03.35] RookieShop.FunctionalTests.ApiService.ProductsEndpointTest.GetProducts_ShouldBeOkStatusCode [FAIL]
ubuntu-latest
[xUnit.net 00:00:03.48] RookieShop.FunctionalTests.ApiService.CategoriesEndpointTest.GiveUnknownId_GetCategories_ShouldBeNotFoundStatusCode [FAIL]
ubuntu-latest
[xUnit.net 00:00:05.70] RookieShop.FunctionalTests.ApiService.CategoriesEndpointTest.GetCategories_ShouldBeOkStatusCode [FAIL]
ubuntu-latest
[xUnit.net 00:00:07.53] RookieShop.FunctionalTests.ApiService.CategoriesEndpointTest.GiveNullDataAndUnAuthorize_PostCategories_ShouldBeUnauthorizedStatusCode [FAIL]
ubuntu-latest
[xUnit.net 00:00:07.86] RookieShop.FunctionalTests.ApiService.ProductsEndpointTest.GiveUnknownId_GetProducts_ShouldBeNotFoundStatusCode [FAIL]
ubuntu-latest
Target "TestWithCoverage" has thrown an exception
ubuntu-latest
Process completed with exit code 255.
SonarCloud
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ubuntu-latest
Unexpected input(s) 'version', valid inputs are ['bun-version', 'registry-url', 'scope', 'no-cache']
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/User/Models/CustomerRequest.cs(30,19): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/User/Models/CustomerRequest.cs(35,17): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/User/Models/CustomerViewModel.cs(10,17): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/Basket/Models/BasketRequest.cs(12,17): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/Product/Models/Feedbacks/FeedbackRequest.cs(19,17): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/User/Models/CustomerRequest.cs(30,19): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/User/Models/CustomerRequest.cs(35,17): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/User/Models/CustomerViewModel.cs(10,17): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/Basket/Models/BasketRequest.cs(12,17): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]
ubuntu-latest
/home/runner/work/RookieShop/RookieShop/ui/storefront/Areas/Product/Models/Feedbacks/FeedbackRequest.cs(19,17): warning S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964) [/home/runner/work/RookieShop/RookieShop/ui/storefront/RookieShop.Storefront.csproj]