Skip e2e tests when only non-e2e workflow files change - #2102
Conversation
Adds change detection logic to categorize whether modified files require e2e testing. Non-e2e workflow files (go-coverage, codeql, dependabot-regen, etc.), codecov config, and docs skip e2e. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2102 +/- ##
==========================================
+ Coverage 31.95% 32.14% +0.19%
==========================================
Files 260 260
Lines 11967 11967
==========================================
+ Hits 3824 3847 +23
+ Misses 7824 7797 -27
- Partials 319 323 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
khrm
left a comment
There was a problem hiding this comment.
@savitaashture We can merge this also.
Adds change detection logic to categorize whether modified files require e2e testing. Non-e2e workflow files (go-coverage, codeql, dependabot-regen, etc.), codecov config, and docs skip e2e.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes