caddyserver / ingress

WIP Caddy 2 ingress controller for Kubernetes
Apache License 2.0
620 stars 70 forks source link

chore: Update the go version to 1.22 #223

Closed mavimo closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 18.90%. Comparing base (d4af4bc) to head (b323066).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #223 +/- ## =========================================== - Coverage 45.65% 18.90% -26.75% =========================================== Files 17 30 +13 Lines 414 1063 +649 =========================================== + Hits 189 201 +12 - Misses 224 861 +637 Partials 1 1 ```

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

mavimo commented 3 months ago

NB: coverage decrease as in Go 1.22 the file without coverage are now reported as 0% coverage instead of being skipped.