Closed LavenderQAQ closed 1 year ago
Merging #84 (cb8c523) into main (4a96b6d) will increase coverage by
3.69%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #84 +/- ##
==========================================
+ Coverage 15.24% 18.93% +3.69%
==========================================
Files 2 2
Lines 492 396 -96
==========================================
Hits 75 75
+ Misses 411 315 -96
Partials 6 6
Impacted Files | Coverage Δ | |
---|---|---|
controllers/edgex_controller.go | 5.51% <0.00%> (+1.31%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
What type of PR is this?
/kind enhancement /sig iot
What this PR does / why we need it:
Use
compose-go
to read docker-compose data, so that collector has stronger adaptability.Modify part of the structure of the auto-collector to use the official structure of k8s to facilitate exporting configmap later.
Simplify controller logic in preparation for future releases.