-
Notifications
You must be signed in to change notification settings - Fork 594
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
chore(ci): fix release tests command #3285
Conversation
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.
😬
Codecov ReportBase: 74.0% // Head: 74.1% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #3285 +/- ##
=====================================
Coverage 74.0% 74.1%
=====================================
Files 111 111
Lines 13275 13285 +10
=====================================
+ Hits 9836 9851 +15
+ Misses 2810 2808 -2
+ Partials 629 626 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
What this PR does / why we need it:
When switching to running E2E tests instead of integration tests as the release gate, we missed adjusting commands properly: c6344be
Failing job: https://github.com/Kong/kubernetes-ingress-controller/actions/runs/3732606321/jobs/6333473197
Which issue this PR fixes:
Part of #3199