dapr / go-sdk

Dapr SDK for go
Apache License 2.0
441 stars 170 forks source link

Added a check for existing healthz route to avoid overwriting user cu… #580

Closed antontroshin closed 3 weeks ago

antontroshin commented 3 weeks ago

Description

Added a check for existing healthz route to avoid overwriting user custom handler

Issue reference

https://github.com/dapr/go-sdk/issues/579

Please reference the issue this PR will close: #579

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 58.17%. Comparing base (27248ba) to head (a2b727c). Report is 11 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #580 +/- ## ========================================== + Coverage 58.04% 58.17% +0.12% ========================================== Files 55 55 Lines 3568 3574 +6 ========================================== + Hits 2071 2079 +8 + Misses 1375 1374 -1 + Partials 122 121 -1 ```

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