DataDog / extendeddaemonset

Kubernetes Extended Daemonset controller
Apache License 2.0
98 stars 13 forks source link

Fix missing pause reason in status #80

Closed clamoriniere closed 3 years ago

clamoriniere commented 3 years ago

What does this PR do?

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Describe your test plan

Write there any instructions and details you may have to test your PR.

codecov-io commented 3 years ago

Codecov Report

Merging #80 (af44c68) into master (2570080) will increase coverage by 0.17%. The diff coverage is 86.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   33.67%   33.85%   +0.17%     
==========================================
  Files          41       41              
  Lines        3005     3013       +8     
==========================================
+ Hits         1012     1020       +8     
  Misses       1906     1906              
  Partials       87       87              
Flag Coverage Δ
unittests 33.85% <86.66%> (+0.17%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
api/v1alpha1/extendeddaemonset_types.go 100.00% <ø> (ø)
...ers/extendeddaemonsetreplicaset/strategy/canary.go 78.75% <83.33%> (ø)
pkg/controller/utils/pod/pod.go 44.21% <88.88%> (+5.13%) :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 2570080...af44c68. Read the comment docs.