adhocore / phalcon-ext

Foundations, adapters, extensions, middlewares and utilities for Phalcon v4
MIT License
47 stars 3 forks source link

ApiAuth middleware and other improvements #26

Closed adhocore closed 6 years ago

adhocore commented 6 years ago

closes #9

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will increase coverage by 0.33%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #26      +/-   ##
============================================
+ Coverage        98%   98.34%   +0.33%     
- Complexity      252      299      +47     
============================================
  Files            20       22       +2     
  Lines           603      725     +122     
============================================
+ Hits            591      713     +122     
  Misses           12       12
Impacted Files Coverage Δ Complexity Δ
src/Factory/ApiAuthenticator.php 100% <100%> (ø) 14 <14> (?)
src/Http/Middlewares.php 100% <100%> (ø) 17 <2> (+1) :arrow_up:
src/Di/Extension.php 100% <100%> (ø) 31 <3> (+3) :arrow_up:
src/Http/Middleware/ApiAuth.php 100% <100%> (ø) 27 <27> (?)
src/Http/BaseMiddleware.php 100% <100%> (ø) 11 <4> (+2) :arrow_up:

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 e863d76...0d2515e. Read the comment docs.