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: comment stripping should remove multiline comments (#279) #280

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

fix: use acorn to strip comments (#279)

c4ab502
Select commit
Loading
Failed to load commit list.
Open

fix: comment stripping should remove multiline comments (#279) #280

fix: use acorn to strip comments (#279)
c4ab502
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 8, 2024 in 0s

84.08% (-3.96%) compared to 226a47b

View this Pull Request on Codecov

84.08% (-3.96%) compared to 226a47b

Details

Codecov Report

Attention: Patch coverage is 91.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 84.08%. Comparing base (226a47b) to head (c4ab502).
Report is 62 commits behind head on main.

Files with missing lines Patch % Lines
src/syntax.ts 91.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #280      +/-   ##
==========================================
- Coverage   88.04%   84.08%   -3.96%     
==========================================
  Files           8        8              
  Lines        1062      823     -239     
  Branches      188      201      +13     
==========================================
- Hits          935      692     -243     
- Misses        127      131       +4     

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