-
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: add k8.PodRef class and implement it across the codebase #1290
Conversation
be9e5e9
to
4f0eb05
Compare
a4b4e65
to
5e9f0af
Compare
4f0eb05
to
56a9168
Compare
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
32a1e94
to
bd54276
Compare
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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1290 +/- ##
========================================
Coverage 81.70% 81.71%
========================================
Files 84 85 +1
Lines 21076 21169 +93
Branches 1432 1986 +554
========================================
+ Hits 17221 17299 +78
+ Misses 3814 3733 -81
- Partials 41 137 +96
|
Description
This pull request changes the following:
Related Issues