Connehito / cake-sentry

CakePHP plugin integration for Sentry
MIT License
34 stars 26 forks source link

Fix static analytics issues #58

Closed o0h closed 3 years ago

o0h commented 3 years ago

Run phpcbf and fix phpcs/phpstan errors.

codecov-io commented 3 years ago

Codecov Report

Merging #58 (61c21ad) into 4.x (5ecaa9f) will decrease coverage by 1.58%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##                 4.x      #58      +/-   ##
=============================================
- Coverage     100.00%   98.41%   -1.59%     
- Complexity        19       20       +1     
=============================================
  Files              4        4              
  Lines             61       63       +2     
=============================================
+ Hits              61       62       +1     
- Misses             0        1       +1     
Impacted Files Coverage Δ Complexity Δ
src/Error/ErrorHandlerTrait.php 100.00% <ø> (ø) 1.00 <0.00> (ø)
src/Error/ErrorLogger.php 100.00% <ø> (ø) 5.00 <0.00> (ø)
src/Log/Engine/SentryLog.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
src/Http/Client.php 97.72% <100.00%> (-2.28%) 12.00 <0.00> (+1.00) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5ecaa9f...61c21ad. Read the comment docs.