Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHP 8.0] Add promoted properties in Stage, Sms, Report and Point bundles - step 3 #13005

Merged
merged 3 commits into from Dec 7, 2023

Conversation

TomasVotruba
Copy link
Contributor

No description provided.

@TomasVotruba TomasVotruba force-pushed the tv-promotion-property-step-3 branch 3 times, most recently from 4ba2a95 to bc6830d Compare December 7, 2023 09:21
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #13005 (b949290) into 5.x (ea59340) will decrease coverage by 0.43%.
Report is 34 commits behind head on 5.x.
The diff coverage is 88.37%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                5.x   #13005      +/-   ##
============================================
- Coverage     58.85%   58.43%   -0.43%     
+ Complexity    33582    33577       -5     
============================================
  Files          2181     2181              
  Lines        101749   100480    -1269     
============================================
- Hits          59887    58711    -1176     
+ Misses        41862    41769      -93     
Files Coverage Δ
...ointBundle/Controller/Api/TriggerApiController.php 0.00% <ø> (ø)
app/bundles/PointBundle/Event/PointActionEvent.php 11.11% <100.00%> (-16.17%) ⬇️
...pp/bundles/PointBundle/Event/PointBuilderEvent.php 90.90% <100.00%> (-0.27%) ⬇️
.../bundles/PointBundle/Event/TriggerBuilderEvent.php 84.00% <100.00%> (-0.62%) ⬇️
app/bundles/PointBundle/Event/TriggerEvent.php 66.66% <100.00%> (-4.77%) ⬇️
...bundles/PointBundle/Event/TriggerExecutedEvent.php 100.00% <100.00%> (ø)
.../PointBundle/EventListener/DashboardSubscriber.php 27.77% <100.00%> (-3.81%) ⬇️
...PointBundle/EventListener/GroupScoreSubscriber.php 100.00% <100.00%> (ø)
...ndles/PointBundle/EventListener/LeadSubscriber.php 71.42% <100.00%> (-3.58%) ⬇️
...dles/PointBundle/EventListener/PointSubscriber.php 61.11% <100.00%> (-2.05%) ⬇️
... and 82 more

... and 527 files with indirect coverage changes

@TomasVotruba
Copy link
Contributor Author

Good to go 👍

@escopecz escopecz added this to the 5.0-RC2 milestone Dec 7, 2023
@escopecz escopecz added bug Issues or PR's relating to bugs refactoring The change does not change behavior but improves the code labels Dec 7, 2023
@@ -6,6 +6,7 @@ parameters:
tmpDir: ./var/cache/phpstan
level: 6
reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed 👍 personally I disable this until the full type coverage is reached, as it lead to focus on too detailed tiny spot and doesn't bring any value

Co-authored-by: John Linhart <jan@linhart.email>
@escopecz escopecz merged commit 1e3748c into mautic:5.x Dec 7, 2023
13 of 14 checks passed
@TomasVotruba TomasVotruba deleted the tv-promotion-property-step-3 branch December 7, 2023 14:30
@TomasVotruba
Copy link
Contributor Author

Woop woop 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues or PR's relating to bugs refactoring The change does not change behavior but improves the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants