projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

update go.mod go version and deps #555

Closed skriss closed 1 year ago

skriss commented 1 year ago

Signed-off-by: Steve Kriss krisss@vmware.com

codecov[bot] commented 1 year ago

Codecov Report

Base: 75.54% // Head: 75.08% // Decreases project coverage by -0.45% :warning:

Coverage data is based on head (402a9f4) compared to base (47504b8). Patch has no changes to coverable lines.

:exclamation: Current head 402a9f4 differs from pull request most recent head e7e65cf. Consider uploading reports for the commit e7e65cf to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #555 +/- ## ========================================== - Coverage 75.54% 75.08% -0.46% ========================================== Files 29 29 Lines 2621 2621 ========================================== - Hits 1980 1968 -12 - Misses 504 510 +6 - Partials 137 143 +6 ``` | [Impacted Files](https://codecov.io/gh/projectcontour/contour-operator/pull/555?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectcontour) | Coverage Δ | | |---|---|---| | [internal/controller/controller.go](https://codecov.io/gh/projectcontour/contour-operator/pull/555/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectcontour#diff-aW50ZXJuYWwvY29udHJvbGxlci9jb250cm9sbGVyLmdv) | `67.33% <0.00%> (-7.34%)` | :arrow_down: | | [internal/objects/service/service.go](https://codecov.io/gh/projectcontour/contour-operator/pull/555/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectcontour#diff-aW50ZXJuYWwvb2JqZWN0cy9zZXJ2aWNlL3NlcnZpY2UuZ28=) | `82.69% <0.00%> (-1.16%)` | :arrow_down: | | [internal/status/status.go](https://codecov.io/gh/projectcontour/contour-operator/pull/555/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectcontour#diff-aW50ZXJuYWwvc3RhdHVzL3N0YXR1cy5nbw==) | `54.16% <0.00%> (+4.16%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectcontour). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=projectcontour)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

skriss commented 1 year ago

I'll add a dependabot config to this repo too just to help keep things up-to-date going fwd.