-
Notifications
You must be signed in to change notification settings - Fork 8
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
ci: split node.test.mjs into multiple tests to increase pipeline stability #297
Conversation
…ility Signed-off-by: Jeromy Cannon <[email protected]>
b1b817a
to
182f4de
Compare
Signed-off-by: Jeromy Cannon <[email protected]>
E2E Node PEM Stop Add Tests Coverage Report 1 files 1 suites 6m 44s ⏱️ Results for commit f5b4118. ♻️ This comment has been updated with latest results. |
E2E Node PFX Kill Add Tests Coverage Report 1 files 1 suites 6m 1s ⏱️ Results for commit f5b4118. ♻️ This comment has been updated with latest results. |
…d periods Signed-off-by: Jeromy Cannon <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #297 +/- ##
==========================================
+ Coverage 81.23% 81.42% +0.19%
==========================================
Files 33 34 +1
Lines 3767 3936 +169
Branches 683 694 +11
==========================================
+ Hits 3060 3205 +145
- Misses 707 731 +24
|
🎉 This PR is included in version 0.25.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
test/e2e/commands/node.test.mjs
to decrease run times and failure rates and increase pipeline stabilitytest/e2e/commands/node_pem_stop_add.test.mjs
test/e2e/commands/node_pfx_kill_add.test.mjs
Related Issues