-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: CodeCov for the repository #3554
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
Conversation
|
||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) | ||
- 'bash <(curl -s https://codecov.io/bash)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The script was not getting executed before. Mow the script is getting execute and also after every build a codecov logo and detail comes on Travis Logs. But why it is not producing any results?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you can tsll of there is anything more to add, it would be great
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does wrapping it in quotes work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont know, Just read somewhere. Although in worked in CI why its not generating report
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iamareebjamal Any thing on this ?
|
I think the Reading reports
4397 + ./coverage/lcov.info bytes=58414
4398==> Appending adjustments
4399 http://docs.codecov.io/docs/fixing-reports
4400 + Found adjustments
4401==> Gzipping contents
4402==> Uploading reports
4403 url: https://codecov.io
4404 query: branch=development&commit=43b4f6844676fc98c92cd176d791d93853dcbd20&build=10070.1&build_url=&name=&tag=&slug=fossasia%2Fopen-event-frontend&service=travis&flags=&pr=3554&job=597712814
4405 -> Pinging Codecov
4406https://codecov.io/upload/v4?package=bash-8a28df4&token=secret&branch=development&commit=43b4f6844676fc98c92cd176d791d93853dcbd20&build=10070.1&build_url=&name=&tag=&slug=fossasia%2Fopen-event-frontend&service=travis&flags=&pr=3554&job=597712814
4407 -> Uploading
4408 -> View reports at https://codecov.io/github/fossasia/open-event-frontend/commit/43b4f6844676fc98c92cd176d791d93853dcbd20 |
Yes, that's why I removed it. Now, it uploads, but not processing. Commented on an issue on codecov support |
Fixes #3537