Connehito / cake-sentry

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

#5 Loading with Plugin objects #15

Closed o0h closed 5 years ago

o0h commented 5 years ago

Fix #5

  1. Create plugin class and bootstrap/load middleware in there.
  2. Simplify loading middleware.
codecov-io commented 5 years ago

Codecov Report

Merging #15 into 2.x will increase coverage by 1.62%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x      #15      +/-   ##
============================================
+ Coverage     75.29%   76.92%   +1.62%     
- Complexity       36       37       +1     
============================================
  Files             4        5       +1     
  Lines            85       91       +6     
============================================
+ Hits             64       70       +6     
  Misses           21       21
Impacted Files Coverage Δ Complexity Δ
src/Plugin.php 100% <100%> (ø) 1 <1> (?)

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 1c0234e...374f8e6. Read the comment docs.