Skip to content

added endpoints to join and leave events #2335

added endpoints to join and leave events

added endpoints to join and leave events #2335

Triggered via pull request January 10, 2024 12:12
Status Failure
Total duration 1m 31s
Artifacts

main.yml

on: pull_request
Coding Guidelines Check
39s
Coding Guidelines Check
Static Code Analysis
30s
Static Code Analysis
FE Asset Linting
54s
FE Asset Linting
PHPMD
23s
PHPMD
Run frontend unit- and functional-tests
1m 19s
Run frontend unit- and functional-tests
Build Docker Images
0s
Build Docker Images
Run E2E-tests via Cypress
0s
Run E2E-tests via Cypress
Run backend unit- and functional-tests
0s
Run backend unit- and functional-tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
PHPMD
Process completed with exit code 2.
Static Code Analysis
Process completed with exit code 1.
Coding Guidelines Check
Process completed with exit code 8.
PHPMD: src/Mealz/MealBundle/Controller/BaseController.php#L17
The class BaseController has 15 children. Consider to rebalance this class hierarchy to keep number of children under 15.
PHPMD: src/Mealz/MealBundle/Controller/EventParticipationController.php#L20
Avoid excessively long variable names like $eventParticipationService. Keep variable name length under 20.
PHPMD: src/Mealz/MealBundle/Controller/EventParticipationController.php#L24
Avoid excessively long variable names like $eventParticipationService. Keep variable name length under 20.
FE Asset Linting: src/Resources/src/views/Menu.vue#L69
'EventsState' is assigned a value but never used