Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move codecov to devDependencies #33

Merged
merged 1 commit into from
Oct 14, 2016
Merged

Conversation

halfzebra
Copy link
Contributor

Aims to close #27

codecov/codecov-node has a long running issue codecov/codecov-node#8

It attempts to install node-gyp, which leads to issues with installation on Win platform.

As mentioned by @hyp3rdino, codecov is not used in the npm distribution, so it can be safely moved to devDependencies.

@codecov-io
Copy link

codecov-io commented Oct 12, 2016

Current coverage is 94.11% (diff: 100%)

Merging #33 into master will not change coverage

@@             master        #33   diff @@
==========================================
  Files             1          1          
  Lines            17         17          
  Methods           5          5          
  Messages          0          0          
  Branches          3          3          
==========================================
  Hits             16         16          
  Misses            1          1          
  Partials          0          0          

Powered by Codecov. Last update 49e7ce5...198cd84

@TheLarkInn TheLarkInn merged commit 194d2dc into TheLarkInn:master Oct 14, 2016
@TheLarkInn
Copy link
Owner

Nice catch thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore(build): isn't codecov a development-only dependency?
3 participants