Closed Aisuko closed 1 year ago
Attention: 47 lines
in your changes are missing coverage. Please review.
Comparison is base (
e76bb7f
) 50.22% compared to head (cc4af68
) 49.70%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR fixes #
Notes for Reviewers
Currently,
meshkit
importmeshery-operator
as a dependency https://github.com/meshery/meshkit/blob/2139daa803facbfca54860e879033b8613669773/go.mod#L22And
meshery-operator
importmeshkit
as a dependency.So, here is a circular dependencies. And this can be avoided and it should be avoided. It can lead to various issues, including * compilation errors
Signed commits