-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add codecov report on Github Action #1108
Add codecov report on Github Action #1108
Conversation
@shankari |
@jiji14 alas,
We ran into this recently with @nataliejschulz; she can confirm. Does codecov have a suggested workaround for open source projects, which will, of course, mostly follow the fork and pull request model? |
Answering my own question, it looks like it does, in issue #29 of https://github.com/codecov/codecov-action |
Welcome to Codecov 🎉Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment. Thanks for integrating Codecov - We've got you covered ☂️ |
@shankari Even though I connected the e-mission-phone project to Codecov, the reports didn't show up in the comments. I had a few guesses.
The problem was that I missed connecting with the GitHub Apps - Codecov. After completing this step, I could see the report in the comments on my test repository. Can you please follow these steps?
Thanks for being patient with me! 😃 |
@jiji14 I had already added it as a GitHub app and there was a message indicating that this will work once this PR is merged Is that not good enough? I didn't merge because you didn't indicate that the changes were done... |
This is the codecov report I received from my personal project, so I expected to see the coverage result before merging it. Initially, I thought the app didn't connect with the e-mission-phone repository. As you commented, I now understand that we will receive the coverage report after merging it. Can you please merge this PR? Thank you :D |
Fingers crossed! |
@jiji14 Looks like it works! |
@shankari |
Add
Codecov
Report (code coverage) on Github ActionRelated Issue
Estimate code coverage
How to work
When we submit Pull Request,
Codecov
report will be automatically generated.