adambrgmn / react-oauth-flow

An OAuth2 flow for React apps
MIT License
94 stars 37 forks source link

Add examples and fixes #12

Closed adambrgmn closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.19%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   46.37%   46.57%   +0.19%     
==========================================
  Files           6        6              
  Lines          69       73       +4     
  Branches       18       18              
==========================================
+ Hits           32       34       +2     
- Misses         31       33       +2     
  Partials        6        6
Impacted Files Coverage Δ
src/OauthSender/index.js 50% <ø> (ø) :arrow_up:
src/utils/fetch.js 0% <0%> (ø) :arrow_up:
src/OauthReceiver/index.js 58.53% <100%> (+2.12%) :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 b243405...81181c2. Read the comment docs.