-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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: Cypress CI process while opening PR from a fork #29098
Conversation
@@ -14,8 +14,6 @@ | |||
# KIND, either express or implied. See the License for the | |||
# specific language governing permissions and limitations | |||
# under the License. | |||
"""Package's main module!""" |
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.
I removed this silly string to trigger CI as it only runs certain steps based on which folders/files have changed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #29098 +/- ##
==========================================
+ Coverage 60.48% 70.31% +9.82%
==========================================
Files 1931 1951 +20
Lines 76236 77611 +1375
Branches 8568 8756 +188
==========================================
+ Hits 46114 54571 +8457
+ Misses 28017 20915 -7102
- Partials 2105 2125 +20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
As observed in #28774 (thanks for catching this @rusackas), I broke the PR-from-fork in my recently merged PR here #29077 .
This PR removes special handling of
ref:
on github_event in (pull_request, push)