evenchange4 / graphql.macro

Compile GraphQL AST at build-time with babel-plugin-macros.
MIT License
239 stars 21 forks source link

refactor(utils): extract resolveImportPath function #51

Closed evenchange4 closed 5 years ago

evenchange4 commented 5 years ago

expose all utils funs

codecov[bot] commented 5 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.12%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   97.43%   97.56%   +0.12%     
==========================================
  Files           3        4       +1     
  Lines          39       41       +2     
  Branches        6        6              
==========================================
+ Hits           38       40       +2     
  Misses          1        1
Impacted Files Coverage Δ
src/macro.js 100% <100%> (+6.66%) :arrow_up:
src/utils/resolveImportPath.js 87.5% <87.5%> (ø)

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 261a259...ac733ce. Read the comment docs.