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

Integration with codecov tool #200

Closed
nebarf opened this issue Dec 26, 2016 · 5 comments
Closed

Integration with codecov tool #200

nebarf opened this issue Dec 26, 2016 · 5 comments

Comments

@nebarf
Copy link

nebarf commented Dec 26, 2016

I see the integration with codecov does not work fine. I browse clicker repo on and it shows these type of errors in latest commits:


2016-12-15T20:04:46+01:00 upload  no-reports-generated  error=Error   
  2016-12-15T20:04:46+01:00 upload  Upload archived download   
  2016-12-15T20:04:46+01:00 upload  GET /search/issues?q=645e45d7af99aff123a9c022f5973c6d791e8c89+repo:lathonez%2Fclicker+type:pr+state:open bot=lathonez code=200  ratelimit=29/30 reset=1481828746     
  2016-12-15T20:04:46+01:00 upload  GET /repos/lathonez/clicker/commits/645e45d7af99aff123a9c022f5973c6d791e8c89 bot=lathonez code=200     
  2016-12-15T20:04:46+01:00 upload  GET /repos/lathonez/clicker/contents/codecov.yml bot=lathonez code=404  
      {"message":"Not Found","documentation_url":"https://developer.github.com/v3"}    
  2016-12-15T20:01:31+01:00  Upload accepted ci=travis build=402.1  

I get the same error with my own repo. Do you know how to fix this problem?

Thanks at all

@lathonez
Copy link
Owner

from the latest build:

$ cat coverage/lcov.info | ./node_modules/.bin/codecov
cat: coverage/lcov.info: No such file or directory
/home/travis/build.sh: line 57: ./node_modules/.bin/codecov: No such file or directory

@lathonez
Copy link
Owner

I feel like we stopped running coverage during ci but I have no idea why

@lathonez
Copy link
Owner

think it was just for --watch=false (by accident). Also codecov was removed from package.json in the latest update

@lathonez
Copy link
Owner

ecf5d87

@lathonez
Copy link
Owner

fixed above

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