Closed mennanov closed 3 years ago
Merging #2 (a860b57) into main (9e8bf86) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #2 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 51 62 +11
=========================================
+ Hits 51 62 +11
Impacted Files | Coverage Δ | |
---|---|---|
fmutils.go | 100.00% <100.00%> (ø) |
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 9e8bf86...a860b57. Read the comment docs.
Thank you for this update! It works like a charm!
Add support for repeated message fields so that if given a
Profile
message:and a mask like
"gallery.photo_id", "gallery.dimensions.height"
theFilter()
function will keep those fields in the repeated fieldgallery
.