-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 badge shows 0% coverage #1532
Comments
I would fix myself, but don't have access to see that codecov settings page. |
/assign |
Thanks for reporting the issue! According to the badge link in the codecov settings page, the reported coverage seems to be actually 0%. On https://app.codecov.io/gh/kubernetes-client/python/pulls, I see error messages "Missing base report" and "There was an error processing coverage reports". I wonder if we broke some of the codecov configs when we moved from Travis CI to Github Actions. This might be related: codecov/codecov-action#85 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@roycaihw: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hey @roycaihw - the issue is that codecov reporting is simply not setup in GHA. Let me know if you're ok to me to take a look (I have something already). |
Yes that will be great! Thank you! |
Link to the issue (please include a link to the specific documentation or example):
https://github.com/kubernetes-client/python#readme
Description of the issue (please include outputs or screenshots if possible):
codecov badge shows 0% code coverage.
To fix navigate to https://app.codecov.io/gh/kubernetes-client/python/settings
copy markdown example and paste it to the README.md
official instructions: https://about.codecov.io/product/feature/badges/
The text was updated successfully, but these errors were encountered: