-
Notifications
You must be signed in to change notification settings - Fork 75
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: Add websocket-batch-n to needs clause in manual-testing #3307
fix: Add websocket-batch-n to needs clause in manual-testing #3307
Conversation
**Description**: Fixes breaking change in manual-testing.yaml where websocket was split into three batches but the batches were not included in the publish-results needs clause. **Related Issue(s)**: Fixes #3306 Signed-off-by: Roger Barker <[email protected]>
Quality Gate passedIssues Measures |
Test Results 22 files - 1 291 suites - 19 45m 1s ⏱️ - 13m 15s For more details on these failures, see this check. Results for commit 9f43457. ± Comparison against base commit af2159f. This pull request removes 2 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
Looks good.
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.
LG
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3307 +/- ##
==========================================
- Coverage 84.98% 84.90% -0.09%
==========================================
Files 65 69 +4
Lines 4456 4636 +180
Branches 1014 1041 +27
==========================================
+ Hits 3787 3936 +149
- Misses 331 396 +65
+ Partials 338 304 -34
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description:
Fixes breaking change in manual-testing.yaml where websocket was split into three batches but the batches were not included in the publish-results needs clause.
Related Issue(s):
Fixes #3306
Notes for Reviewer: