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

Codecov fails when running jest #1

Open
orenmizr opened this issue Mar 31, 2017 · 2 comments
Open

Codecov fails when running jest #1

orenmizr opened this issue Mar 31, 2017 · 2 comments

Comments

@orenmizr
Copy link

orenmizr commented Mar 31, 2017

OS: windows 10
NODE: 6.9.1

downloaded as is. reinstalled twice with yarn clean cache


> jest && codecov

 PASS  test\math.test.js
 PASS  test\math.test.ts
----------|----------|----------|----------|----------|----------------|
File      |  % Stmts | % Branch |  % Funcs |  % Lines |Uncovered Lines |
----------|----------|----------|----------|----------|----------------|
All files |      100 |      100 |      100 |      100 |                |
 math.ts  |      100 |      100 |      100 |      100 |                |
----------|----------|----------|----------|----------|----------------|

Test Suites: 2 passed, 2 total
Tests:       6 passed, 6 total
Snapshots:   0 total
Time:        1.938s
Ran all test suites.
'codecov' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Test failed.  See above for more details
@orenmizr
Copy link
Author

what is it anyway? any relation to a paid service called codecov.io

@Happy-Ferret
Copy link
Owner

First of all, sorry for not replying earlier. Seems Github screwed up a bit. I've yet to receive a notification.

As for the issue at hand. You can safely remove the && codecov part from the test command.

It's indeed related to https://codecov.io and most certainly won't work unless you properly register your fork with them.

Sorry for the hassle.

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

No branches or pull requests

2 participants