-
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: integrated lease methods & moved leases to resources/lease #1328
Conversation
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]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
This reverts commit bbb4738.
Signed-off-by: Jeromy Cannon <[email protected]>
commit cccb522 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:50:29 2025 +0000 fixed test case Signed-off-by: Jeromy Cannon <[email protected]> commit f7493cd Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:39:27 2025 +0000 fixed test case Signed-off-by: Jeromy Cannon <[email protected]> commit 7c03383 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:37:02 2025 +0000 integrated lease methods Signed-off-by: Jeromy Cannon <[email protected]> commit 6728cd1 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:29:13 2025 +0000 moved leases to resources/lease Signed-off-by: Jeromy Cannon <[email protected]> Signed-off-by: Jeromy Cannon <[email protected]>
cccb522
to
28b6d17
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 #1328 +/- ##
=======================================
Coverage 83.02% 83.03%
=======================================
Files 125 125
Lines 22961 22929 -32
Branches 2234 2301 +67
=======================================
- Hits 19064 19039 -25
+ Misses 3751 3657 -94
- Partials 146 233 +87
|
The base branch was changed.
Signed-off-by: Jeromy Cannon <[email protected]>
Description
This pull request changes the following:
Related Issues