vesoft-inc / nebula-go

Nebula client in Golang
Apache License 2.0
134 stars 70 forks source link

Schema manager verbose #320

Closed haoxins closed 8 months ago

haoxins commented 8 months ago

What type of PR is this?

What problem(s) does this PR solve?

Issue(s) number:

Description:

How do you solve it?

Special notes for your reviewer, ex. impact of this fix, design document, etc:

haoxins commented 8 months ago

Also remove the redundant

if err != nil {
    return nil, err
}
codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 64.94%. Comparing base (cefdede) to head (65cf044).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #320 +/- ## ========================================== + Coverage 64.55% 64.94% +0.38% ========================================== Files 11 11 Lines 2737 2750 +13 ========================================== + Hits 1767 1786 +19 + Misses 821 817 -4 + Partials 149 147 -2 ```

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