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

Remove unnecessary type assertion #6479

Merged
merged 2 commits into from
Sep 23, 2024

Merge branch 'main' into chore/fix-staticcheck-type-assertion-error

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

Remove unnecessary type assertion #6479

Merge branch 'main' into chore/fix-staticcheck-type-assertion-error
8f7d88a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 23, 2024 in 0s

53.21% (-0.03%) compared to eba387b

View this Pull Request on Codecov

53.21% (-0.03%) compared to eba387b

Details

Codecov Report

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

Project coverage is 53.21%. Comparing base (eba387b) to head (8f7d88a).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
internal/certmanager/test_files/reactors.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6479      +/-   ##
==========================================
- Coverage   53.24%   53.21%   -0.03%     
==========================================
  Files          85       85              
  Lines       16015    16016       +1     
==========================================
- Hits         8527     8523       -4     
- Misses       7082     7085       +3     
- Partials      406      408       +2     

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