kube-rs / kube

Rust Kubernetes client and controller runtime
https://kube.rs
Apache License 2.0
3.03k stars 314 forks source link

Reduce cruft in deny config #1584

Closed clux closed 2 months ago

clux commented 2 months ago

document some stray awkward bits, remove the git dev dep (pinned) running it through CI to see if it's ok.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.3%. Comparing base (597d0e7) to head (cabcbad). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1584 +/- ## ===================================== Coverage 75.3% 75.3% ===================================== Files 82 82 Lines 7331 7331 ===================================== Hits 5519 5519 Misses 1812 1812 ```