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] export: False positive for exported overloaded functions in TS #3065

Merged
merged 1 commit into from
Sep 24, 2024

[Fix] `export`: False positive for exported overloaded functions in TS

a9815da
Select commit
Loading
Failed to load commit list.
Merged

[Fix] export: False positive for exported overloaded functions in TS #3065

[Fix] `export`: False positive for exported overloaded functions in TS
a9815da
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 24, 2024 in 0s

85.36% (-10.06%) compared to 91f944d

View this Pull Request on Codecov

85.36% (-10.06%) compared to 91f944d

Details

Codecov Report

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

Project coverage is 85.36%. Comparing base (91f944d) to head (a9815da).

Files with missing lines Patch % Lines
src/rules/export.js 87.50% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (91f944d) and HEAD (a9815da). Click for more details.

HEAD has 23 uploads less than BASE
Flag BASE (91f944d) HEAD (a9815da)
24 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3065       +/-   ##
===========================================
- Coverage   95.42%   85.36%   -10.06%     
===========================================
  Files          82       82               
  Lines        3564     3554       -10     
  Branches     1252     1246        -6     
===========================================
- Hits         3401     3034      -367     
- Misses        163      520      +357     

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