aerogear / create-graphql

Command-line utility to build production-ready servers with GraphQL.
MIT License
440 stars 38 forks source link

Fix relative paths on windows. #71

Closed felippepuhle closed 7 years ago

felippepuhle commented 7 years ago

Fixes #67.

codecov-io commented 7 years ago

Codecov Report

Merging #71 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   83.01%   83.01%           
=======================================
  Files          13       13           
  Lines         212      212           
=======================================
  Hits          176      176           
  Misses         36       36
Impacted Files Coverage Δ
packages/generator/src/utils.js 94.79% <100%> (ø) :white_check_mark:

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 525f32e...56409b9. Read the comment docs.

lucasbento commented 7 years ago

I'll close and open this PR to trigger AppVeyor testing.

lucasbento commented 7 years ago

Nevermind, this damn thing needs the yaml file.

It looks good, gonna merge it! :D

Thanks, @felippepuhle.