evenchange4 / graphql.macro

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

Make test coverage fancy #38

Closed vinhlh closed 5 years ago

vinhlh commented 5 years ago

To have 100% code coverage

codecov[bot] commented 5 years ago

Codecov Report

Merging #38 into master will increase coverage by 6.45%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #38      +/-   ##
========================================
+ Coverage   93.54%   100%   +6.45%     
========================================
  Files           4      3       -1     
  Lines          31     29       -2     
  Branches        4      3       -1     
========================================
  Hits           29     29              
+ Misses          1      0       -1     
+ Partials        1      0       -1
Impacted Files Coverage Δ
src/index.js

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 75bfec2...331d2d7. Read the comment docs.

vinhlh commented 5 years ago

ping @evenchange4

evenchange4 commented 5 years ago

Thanks!