-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore: fixed taskfile example not working with cluster setup partially installed #978
base: main
Are you sure you want to change the base?
Conversation
Unit Test Results - Linux 1 files ±0 57 suites ±0 3s ⏱️ -1s For more details on these failures, see this check. Results for commit 2335828. ± Comparison against base commit a5fab1e. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files ±0 57 suites ±0 13s ⏱️ -1s For more details on these failures, see this check. Results for commit 2335828. ± Comparison against base commit a5fab1e. ♻️ This comment has been updated with latest results. |
E2E Test Report 13 files ±0 105 suites ±0 59m 56s ⏱️ + 2m 28s Results for commit a69f531. ± Comparison against base commit 88c2506. This pull request removes 97 and adds 97 tests. Note that renamed tests count towards both.
|
E2E Test Report 16 files 121 suites 1h 18m 33s ⏱️ Results for commit 00d5be1. ♻️ This comment has been updated with latest results. |
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #978 +/- ##
==========================================
- Coverage 85.01% 85.00% -0.01%
==========================================
Files 71 71
Lines 19221 19225 +4
Branches 1219 1276 +57
==========================================
+ Hits 16340 16342 +2
+ Misses 2876 2864 -12
- Partials 5 19 +14 |
f0e15bd
to
00d5be1
Compare
Signed-off-by: Jeromy Cannon <[email protected]>
…ction 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]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
d55da6e
to
1f78b18
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]>
Signed-off-by: Jeromy Cannon <[email protected]>
Description
This pull request changes the following:
Related Issues