Closed irvinlim closed 2 years ago
Merging #90 (c4f761f) into main (0954bd6) will increase coverage by
0.04%
. The diff coverage is75.71%
.
@@ Coverage Diff @@
## main #90 +/- ##
==========================================
+ Coverage 63.13% 63.17% +0.04%
==========================================
Files 202 203 +1
Lines 10456 10722 +266
==========================================
+ Hits 6601 6774 +173
- Misses 3498 3581 +83
- Partials 357 367 +10
Impacted Files | Coverage Δ | |
---|---|---|
apis/execution/v1alpha1/job_types.go | 100.00% <ø> (ø) |
|
pkg/cli/printer/output.go | 50.00% <ø> (ø) |
|
apis/execution/v1alpha1/zz_generated.deepcopy.go | 59.05% <32.43%> (-1.36%) |
:arrow_down: |
pkg/runtime/testing/command.go | 75.29% <40.00%> (-2.21%) |
:arrow_down: |
pkg/cli/formatter/formatter.go | 44.44% <44.44%> (ø) |
|
pkg/cli/cmd/cmd_get_job.go | 75.08% <75.00%> (-4.11%) |
:arrow_down: |
pkg/execution/util/parallel/status.go | 90.44% <91.17%> (-3.37%) |
:arrow_down: |
.../execution/controllers/jobcontroller/reconciler.go | 71.82% <100.00%> (ø) |
|
pkg/execution/util/job/condition.go | 95.62% <100.00%> (+0.09%) |
:arrow_up: |
pkg/execution/util/job/phase.go | 100.00% <100.00%> (ø) |
|
... and 5 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0954bd6...c4f761f. Read the comment docs.
furiko get job
command:--output detail
and show all tasks and parallel task groups.PendingTimeout
will be stored in the Reason.