-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix coverage settings #802
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: skonto The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @skonto! It looks like this is your first PR to knative-sandbox/net-kourier 🎉 |
Hi @skonto. Thanks for your PR. I'm waiting for a knative-sandbox member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Hmm... Also, if this is proper fix, we need to apply all repos like https://github.com/knative/serving/blob/main/.codecov.yaml#L18 https://github.com/knative/eventing/blob/main/.codecov.yaml#L18 https://github.com/knative/pkg/blob/main/.codecov.yaml#L20. |
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.
Would like to understand #802 (comment)
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: skonto The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@nak3 already merged in pkg knative/pkg#2471. Will do for Serving too. Not sure how this file is being picked up by prow, I could dig into it. |
I mean why the change
Yes, please. I still cannot believe that the prow uses |
I don't think you ignore whole folders in pkg repo - for example https://github.com/knative/pkg/blob/main/apis/zz_generated.deepcopy.go. And again, I still cannot believe that the prow uses |
Ok will try find what prow does as stated before but no promise. |
Well... You tried to fix this prow issue #761 (comment), right? |
Coverage tool has been deprecated and removed while this PR was open. Check PR here ten days ago. The fix here had the assumption that we still used prow. Explanation here: knative/test-infra#3155 (comment) Prow job is not used anymore, codecov is. Even though the coverage tool has been removed, we should remove the job from here: https://github.com/chizhg/test-infra/blob/f198796824fe7e913af7009f8bacd2d294220684/config/prow/testgrid/testgrid.yaml#L766 |
Changes
Fixes the coverage ci settings as discussed here.
/hold for #761