Skip to content

3.807.0

3.807.0 #97

Triggered via push November 22, 2024 09:14
Status Success
Total duration 6m 36s
Artifacts

module-ci.yml

on: push
module-katalon-tests  /  e2e-tests
module-katalon-tests / e2e-tests
Matrix: deploy-cloud / Deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
ci
Cloning into '/home/runner/work/vc-module-event-bus/vc-module-event-bus/artifacts/vc-modules'...
ci
84144885..c553b14e HEAD -> master
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Core/Extensions/DomainEventExtensions.cs(21,49): warning S1067: Reduce the number of conditional operators (5) used in the expression (maximum allowed 3). (https://rules.sonarsource.com/csharp/RSPEC-1067) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Core/VirtoCommerce.EventBusModule.Core.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data/Model/SubscriptionEventEntity.cs(21,13): warning S121: Add curly braces around the nested statement(s) in this 'if' block. (https://rules.sonarsource.com/csharp/RSPEC-121) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data/VirtoCommerce.EventBusModule.Data.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data/Model/SubscriptionEventEntity.cs(37,13): warning S121: Add curly braces around the nested statement(s) in this 'if' block. (https://rules.sonarsource.com/csharp/RSPEC-121) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data/VirtoCommerce.EventBusModule.Data.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data/Model/SubscriptionEntity.cs(26,13): warning S121: Add curly braces around the nested statement(s) in this 'if' block. (https://rules.sonarsource.com/csharp/RSPEC-121) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data/VirtoCommerce.EventBusModule.Data.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data/Model/SubscriptionEntity.cs(47,13): warning S121: Add curly braces around the nested statement(s) in this 'if' block. (https://rules.sonarsource.com/csharp/RSPEC-121) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data/VirtoCommerce.EventBusModule.Data.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data.SqlServer/Migrations/20220801055026_Initial2.cs(10,33): warning S138: This method 'Up' has 134 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data.SqlServer/VirtoCommerce.EventBusModule.Data.SqlServer.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data.MySql/Migrations/20221212201321_Initial.cs(10,33): warning S138: This method 'Up' has 109 lines, which is greater than the 80 lines authorized. Split it into smaller methods. (https://rules.sonarsource.com/csharp/RSPEC-138) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Data.MySql/VirtoCommerce.EventBusModule.Data.MySql.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Web/Controllers/Api/SubscriptionsController.cs(78,57): warning S2589: Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Web/VirtoCommerce.EventBusModule.Web.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Web/Controllers/Api/SubscriptionsController.cs(78,57): warning S2583: Remove this unnecessary check for null. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Web/VirtoCommerce.EventBusModule.Web.csproj]
ci
/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Web/Controllers/Api/ConnectionsController.cs(63,57): warning S2589: Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/vc-module-event-bus/vc-module-event-bus/src/VirtoCommerce.EventBusModule.Web/VirtoCommerce.EventBusModule.Web.csproj]
ci
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/