-
Notifications
You must be signed in to change notification settings - Fork 7
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
refactor: created ClusterChecks and pulled cluster check methods from K8 #1304
Conversation
Signed-off-by: Jeromy Cannon <[email protected]>
4b40d5a
to
3069dfa
Compare
E2E Test Report 17 files 126 suites 1h 27m 49s ⏱️ Results for commit 3069dfa. |
1 similar comment
E2E Test Report 17 files 126 suites 1h 27m 49s ⏱️ Results for commit 3069dfa. |
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 stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1304 +/- ##
==========================================
+ Coverage 81.76% 82.07% +0.30%
==========================================
Files 96 104 +8
Lines 21786 22060 +274
Branches 2078 2115 +37
==========================================
+ Hits 17813 18105 +292
+ Misses 3787 3775 -12
+ Partials 186 180 -6
|
Description
This pull request changes the following:
Related Issues