Closed ninuxer closed 2 months ago
How to prove that the implementation is correct without tests?
I will fix it, thanks
How to prove that the implementation is correct without tests?
already fix and commit,my test case see
Attention: Patch coverage is 0%
with 81 lines
in your changes missing coverage. Please review.
Project coverage is 42.27%. Comparing base (
6c56470
) to head (6f89f6d
). Report is 2 commits behind head on unstable.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Close the pr as it did not take into account the authentication of the web UI.
Implement basic auth for api interface base on gin middleware.
Although gin has its own gin.BasicAuth() middleware, but I still implemented it by myself for future expansion.