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 revive Rule: unchecked-type-assertion #5516

Closed
wants to merge 1 commit into from

enable unchecked-type-assertion

c432df1
Select commit
Loading
Failed to load commit list.
Closed

Enable lint revive Rule: unchecked-type-assertion #5516

enable unchecked-type-assertion
c432df1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 3, 2024 in 1s

54.13% (target 95.00%)

View this Pull Request on Codecov

54.13% (target 95.00%)

Details

Codecov Report

Attention: Patch coverage is 12.00000% with 22 lines in your changes are missing coverage. Please review.

Project coverage is 54.13%. Comparing base (f2b46d4) to head (c432df1).

Files Patch % Lines
pkg/cache/lru.go 6.66% 13 Missing and 1 partial ⚠️
.../jaeger/internal/extension/jaegerstorage/config.go 0.00% 3 Missing ⚠️
storage/spanstore/downsampling_writer.go 0.00% 3 Missing ⚠️
pkg/healthcheck/handler.go 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5516       +/-   ##
===========================================
- Coverage   96.19%   54.13%   -42.06%     
===========================================
  Files         327      161      -166     
  Lines       16012     8386     -7626     
===========================================
- Hits        15403     4540    -10863     
- Misses        435     3398     +2963     
- Partials      174      448      +274     

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