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

Add phpstan #326

Merged
merged 12 commits into from
Sep 22, 2023

Run PHPStan only on PHP 8.2

0c91f76
Select commit
Loading
Failed to load commit list.
Merged

Add phpstan #326

Run PHPStan only on PHP 8.2
0c91f76
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2023 in 0s

93.97% (+0.79%) compared to 3e2dcb2

View this Pull Request on Codecov

93.97% (+0.79%) compared to 3e2dcb2

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.79% 🎉

Comparison is base (3e2dcb2) 93.17% compared to head (0c91f76) 93.97%.

Additional details and impacted files
@@             Coverage Diff              @@
##               v2.x     #326      +/-   ##
============================================
+ Coverage     93.17%   93.97%   +0.79%     
  Complexity      362      362              
============================================
  Files            27       27              
  Lines          1128     1128              
============================================
+ Hits           1051     1060       +9     
+ Misses           77       68       -9     
Files Changed Coverage Δ
src/Redmine/Api/Group.php 100.00% <ø> (ø)
src/Redmine/Api/Issue.php 100.00% <ø> (ø)
src/Redmine/Api/Project.php 90.90% <ø> (ø)
src/Redmine/Api/Membership.php 100.00% <100.00%> (+24.32%) ⬆️
src/Redmine/Client/NativeCurlClient.php 90.71% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.