Skip to content

Conversation

kushthedude
Copy link
Member

Fixes #3537


after_success:
- bash <(curl -s https://codecov.io/bash)
- 'bash <(curl -s https://codecov.io/bash)'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what?

Copy link
Member Author

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?

Copy link
Member Author

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

Copy link
Member

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?

Copy link
Member Author

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

Copy link
Member Author

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 ?

@kushthedude kushthedude reopened this Oct 14, 2019
@iamareebjamal
Copy link
Member

==> Uploading reports
    url: https://codecov.io
    query: branch=development&commit=43b4f6844676fc98c92cd176d791d93853dcbd20&build=10070.1&build_url=&name=&tag=&slug=fossasia%2Fopen-event-frontend&service=travis&flags=&pr=3554&job=597712814
    -> Pinging Codecov
https://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
HTTP 400
Repository not found with provided token.

@iamareebjamal iamareebjamal merged commit 26aea28 into development Oct 14, 2019
@iamareebjamal iamareebjamal deleted the kushthedude-patch-1 branch October 14, 2019 19:59
@kushthedude
Copy link
Member Author

I think the token is only needed for Private Repos, But still, the coverage is unavailable. @iamareebjamal .
Also the report is unavailable at the specifies URL in the script results ?

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

@iamareebjamal
Copy link
Member

Yes, that's why I removed it. Now, it uploads, but not processing. Commented on an issue on codecov support

https://community.codecov.io/t/report-stuck-in-processing-unable-to-find-report-content-in-storage-archive/569/7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ReadME: Remove CodeCov Badge

2 participants