Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Command for setup on the website is wrong #9

Closed
queicherius opened this issue Feb 4, 2016 · 2 comments
Closed

Command for setup on the website is wrong #9

queicherius opened this issue Feb 4, 2016 · 2 comments

Comments

@queicherius
Copy link

For the lack of a better place to report this: the command in the setup guide (on the actual website) for javascript is wrong.

istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec \
  && ./node_modules/codecov.io/bin/codecov

istanbul cover jasmine-node --captureExceptions spec/ \
  && /node_modules/codecov.io/bin/codecov

The actual command is ./node_modules/.bin/codecov, as described in this repo

@stevepeak
Copy link
Contributor

Thank you for bringing this to our attention! 👍

@queicherius
Copy link
Author

Seems to be fixed in the new docs. 😄

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

No branches or pull requests

2 participants