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: handle an empty array for the ignored option #240

Merged
merged 3 commits into from
Aug 13, 2024
Merged

Conversation

alexander-akait
Copy link
Member

fixes #239

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.96%. Comparing base (eae0b12) to head (ca14b24).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #240      +/-   ##
==========================================
+ Coverage   91.93%   91.96%   +0.03%     
==========================================
  Files           6        6              
  Lines        1042     1046       +4     
  Branches      250      252       +2     
==========================================
+ Hits          958      962       +4     
  Misses         84       84              
Flag Coverage Δ
integration 91.96% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@alexander-akait alexander-akait merged commit 38e2071 into main Aug 13, 2024
40 checks passed
@alexander-akait alexander-akait deleted the issue-239 branch August 13, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing empty array for the ignored option causes webpack to ignore all files
1 participant