Closed thobianchi closed 2 years ago
Merging #9 (89eddca) into main (7cc440a) will increase coverage by
0.21%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #9 +/- ##
==========================================
+ Coverage 67.99% 68.20% +0.21%
==========================================
Files 9 9
Lines 1209 1211 +2
==========================================
+ Hits 822 826 +4
+ Misses 310 309 -1
+ Partials 77 76 -1
Impacted Files | Coverage Δ | |
---|---|---|
pkg/resourceutil/resource.go | 71.56% <100.00%> (+1.27%) |
:arrow_up: |
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 7cc440a...89eddca. Read the comment docs.
Fixes splitting yaml if contains
---
inside but not as a single line.Example:
Before this PR this valid single yaml was splitted on
---
as this was a yaml with two resources