Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Lint Rules: struct-tag & unexported-return #5533

Merged
merged 2 commits into from
Jun 5, 2024

Add changes

8e19489
Select commit
Loading
Failed to load commit list.
Merged

Enable Lint Rules: struct-tag & unexported-return #5533

Add changes
8e19489
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 5, 2024 in 0s

96.21% (target 95.00%)

View this Pull Request on Codecov

96.21% (target 95.00%)

Details

Codecov Report

Attention: Patch coverage is 93.75000% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.21%. Comparing base (6b95711) to head (8e19489).

Files Patch % Lines
plugin/storage/grpc/shared/grpc_client.go 93.75% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5533       +/-   ##
===========================================
+ Coverage   54.25%   96.21%   +41.95%     
===========================================
  Files         161      327      +166     
  Lines        8366    16007     +7641     
===========================================
+ Hits         4539    15401    +10862     
+ Misses       3381      431     -2950     
+ Partials      446      175      -271     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.