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

Add special case for esbuild #262

Merged
merged 3 commits into from
Jan 21, 2022
Merged

Add special case for esbuild #262

merged 3 commits into from
Jan 21, 2022

Conversation

styfle
Copy link
Member

@styfle styfle commented Jan 21, 2022

@codecov
Copy link

codecov bot commented Jan 21, 2022

Codecov Report

Merging #262 (771eacb) into main (5448435) will decrease coverage by 0.05%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
- Coverage   80.64%   80.58%   -0.06%     
==========================================
  Files          13       13              
  Lines        1452     1458       +6     
  Branches      540      542       +2     
==========================================
+ Hits         1171     1175       +4     
  Misses        116      116              
- Partials      165      167       +2     
Impacted Files Coverage Δ
src/utils/special-cases.ts 86.95% <66.66%> (-1.42%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5448435...771eacb. Read the comment docs.

@styfle styfle changed the title Add special case esbuild Add special case for esbuild Jan 21, 2022
@styfle styfle requested a review from ijjk January 21, 2022 22:15
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.

Usage of "esbuild" package fails to find it's os-specific counterpart.
2 participants