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

fix(eslint-plugin): [no-unnecessary-type-assertion] fix false negative for const variable declarations #8558

Merged

Merge branch 'main' into no-unnecessary-type-assertion

69f2cca
Select commit
Failed to load commit list.
Merged

fix(eslint-plugin): [no-unnecessary-type-assertion] fix false negative for const variable declarations #8558

Merge branch 'main' into no-unnecessary-type-assertion
69f2cca
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Mar 17, 2024 in 0s

88.09% (-0.02%) compared to 3856c67

View this Pull Request on Codecov

88.09% (-0.02%) compared to 3856c67

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.09%. Comparing base (3856c67) to head (69f2cca).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8558      +/-   ##
==========================================
- Coverage   88.10%   88.09%   -0.02%     
==========================================
  Files         402      402              
  Lines       14029    14015      -14     
  Branches     4117     4112       -5     
==========================================
- Hits        12360    12346      -14     
  Misses       1370     1370              
  Partials      299      299              
Files Coverage Δ
...-plugin/src/rules/no-unnecessary-type-assertion.ts 96.96% <100.00%> (-0.54%) ⬇️