operator-framework / deppy

Deppy: The dependency resolver for Kubernetes
Apache License 2.0
14 stars 21 forks source link

⚠️ Remove variable sources and make Deppy accept a slice of variables instead #160

Closed m1kola closed 5 months ago

m1kola commented 6 months ago

Instead of a variable source make Deppy accept a slice of variables as an input.

Closes #153

codecov[bot] commented 6 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (11c5175) 65.52% compared to head (792c624) 63.90%.

Files Patch % Lines
cmd/dimacs/cmd.go 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #160 +/- ## ========================================== - Coverage 65.52% 63.90% -1.63% ========================================== Files 11 11 Lines 496 482 -14 ========================================== - Hits 325 308 -17 - Misses 152 155 +3 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

m1kola commented 6 months ago

I think this is ready, but I'll keep it in the draft because I want another PR to go in first so we can cut a release.