Closed abikouo closed 3 years ago
Merging #411 (8cdefaa) into main (f996143) will decrease coverage by
0.53%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #411 +/- ##
==========================================
- Coverage 23.17% 22.64% -0.54%
==========================================
Files 1 1
Lines 151 159 +8
Branches 24 28 +4
==========================================
+ Hits 35 36 +1
- Misses 111 118 +7
Partials 5 5
Impacted Files | Coverage Δ | |
---|---|---|
...ns/community/kubernetes/plugins/action/k8s_info.py | 22.64% <0.00%> (-0.54%) |
:arrow_down: |
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 f996143...8cdefaa. Read the comment docs.
This repository does not accept pull requests, see the README for details.
SUMMARY
Full story here #369
369
321
ISSUE TYPE
COMPONENT NAME
k8s
ADDITIONAL INFORMATION
template
argument can now contains list of item (string or file path)continue_on_error
argument is introduced, used withtemplate
when multiple resource as defned, defines whether to continue or stop (default behavior) when creation/deletion error occured.