koajs / csrf

CSRF tokens for koa
MIT License
264 stars 32 forks source link

fix: use require same as import(#31) #36

Closed coogleyao closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #36 into master will decrease coverage by 1.23%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   78.37%   77.14%   -1.24%     
==========================================
  Files           1        1              
  Lines          37       35       -2     
  Branches       18       18              
==========================================
- Hits           29       27       -2     
  Misses          8        8
Impacted Files Coverage Δ
src/index.js 77.14% <100%> (-1.24%) :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 19628eb...e92d640. Read the comment docs.

stephenmathieson commented 7 years ago

32 just landed, which does this a bit differently