Azard / egg-oauth2-server

:star2: OAuth2 server plugin for egg.js based on node-oauth2-server
MIT License
179 stars 45 forks source link

add custom error handler #35

Closed guolianghu closed 5 years ago

guolianghu commented 5 years ago

add custom error handler

codecov-io commented 5 years ago

Codecov Report

Merging #35 into master will decrease coverage by 1.11%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   79.76%   78.65%   -1.12%     
==========================================
  Files           3        3              
  Lines          84       89       +5     
==========================================
+ Hits           67       70       +3     
- Misses         17       19       +2
Impacted Files Coverage Δ
lib/server.js 78.57% <66.66%> (-1.43%) :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 5f10d71...18c88a3. Read the comment docs.

Azard commented 5 years ago

Add test case to coverage the option feature, and complete a document on README ?