robsontenorio / lighthouse-dashboard

Dashboard for Laravel Lighthouse GraphQL.
21 stars 3 forks source link

Error tracking #3

Closed robsontenorio closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #3 into master will decrease coverage by 1.65%. The diff coverage is 82.75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #3      +/-   ##
============================================
- Coverage     91.02%   89.37%   -1.66%     
- Complexity       90      107      +17     
============================================
  Files            20       22       +2     
  Lines           390      461      +71     
============================================
+ Hits            355      412      +57     
- Misses           35       49      +14     
Impacted Files Coverage Δ Complexity Δ
src/Models/Operation.php 96.00% <60.00%> (-4.00%) 10.00 <1.00> (+1.00) :arrow_down:
src/Actions/StoreMetrics.php 86.04% <75.51%> (-13.96%) 21.00 <12.00> (+12.00) :arrow_down:
src/Listeners/ManipulateResultListener.php 95.45% <83.33%> (-0.55%) 8.00 <1.00> (-1.00)
src/Http/Controllers/ErrorsController.php 100.00% <100.00%> (ø) 1.00 <1.00> (?)
src/Models/Error.php 100.00% <100.00%> (ø) 3.00 <3.00> (?)
src/Models/Request.php 86.04% <100.00%> (+0.68%) 16.00 <1.00> (+1.00)
src/routes.php 100.00% <100.00%> (ø) 0.00 <0.00> (ø)

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 1631f64...f05f15a. Read the comment docs.