vic icon indicating copy to clipboard operation
vic copied to clipboard

Include additional files to compute tmpfs size

Open YanzhaoLi opened this issue 4 years ago • 2 comments

Fixes #8616

YanzhaoLi avatar Feb 11 '20 10:02 YanzhaoLi

Codecov Report

Merging #8618 into master will decrease coverage by 0.09%. The diff coverage is n/a.

@@            Coverage Diff            @@
##           master    #8618     +/-   ##
=========================================
- Coverage   31.48%   31.39%   -0.1%     
=========================================
  Files         293      293             
  Lines       44392    44392             
=========================================
- Hits        13979    13937     -42     
- Misses      29188    29233     +45     
+ Partials     1225     1222      -3
Impacted Files Coverage Δ
lib/portlayer/attach/communication/lazy.go 68.18% <0%> (-22.73%) :arrow_down:
lib/portlayer/attach/communication/connector.go 54.2% <0%> (-7.48%) :arrow_down:
pkg/logmgr/logmgr.go 62.79% <0%> (-5.43%) :arrow_down:
lib/portlayer/attach/communication/interactor.go 24.08% <0%> (-2.92%) :arrow_down:
lib/portlayer/event/subscriber.go 92.2% <0%> (-2.6%) :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 9becae4...6b15207. Read the comment docs.

codecov-io avatar Feb 11 '20 10:02 codecov-io

Codecov Report

Merging #8618 into master will decrease coverage by 0.09%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #8618      +/-   ##
==========================================
- Coverage   31.48%   31.39%   -0.10%     
==========================================
  Files         293      293              
  Lines       44392    44392              
==========================================
- Hits        13979    13937      -42     
- Misses      29188    29233      +45     
+ Partials     1225     1222       -3     
Impacted Files Coverage Δ
lib/portlayer/attach/communication/lazy.go 68.18% <0.00%> (-22.73%) :arrow_down:
lib/portlayer/attach/communication/connector.go 54.20% <0.00%> (-7.48%) :arrow_down:
pkg/logmgr/logmgr.go 62.79% <0.00%> (-5.43%) :arrow_down:
lib/portlayer/attach/communication/interactor.go 24.08% <0.00%> (-2.92%) :arrow_down:
lib/portlayer/event/subscriber.go 92.20% <0.00%> (-2.60%) :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 9becae4...6b15207. Read the comment docs.

jakedsouza avatar Feb 11 '20 11:02 jakedsouza