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 crash when checking name but no sourcesContent is provided #128

Merged
merged 3 commits into from Aug 2, 2021

Conversation

sokra
Copy link
Member

@sokra sokra commented Aug 2, 2021

@codecov
Copy link

codecov bot commented Aug 2, 2021

Codecov Report

Merging #128 (5222eec) into main (cfebf95) will increase coverage by 0.91%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
+ Coverage   92.52%   93.44%   +0.91%     
==========================================
  Files          21       21              
  Lines        1579     1587       +8     
  Branches      461      463       +2     
==========================================
+ Hits         1461     1483      +22     
+ Misses        109       97      -12     
+ Partials        9        7       -2     
Flag Coverage Δ
integration 93.44% <87.50%> (+0.91%) ⬆️

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

Impacted Files Coverage Δ
lib/helpers/streamChunksOfCombinedSourceMap.js 94.88% <87.50%> (+7.38%) ⬆️
lib/helpers/getFromStreamChunks.js 92.59% <0.00%> (+1.85%) ⬆️
lib/helpers/readMappings.js 100.00% <0.00%> (+1.88%) ⬆️

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 cfebf95...5222eec. Read the comment docs.

@sokra sokra merged commit a23222d into main Aug 2, 2021
@sokra sokra deleted the bugfix/no-original-source branch August 2, 2021 07:48
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.

UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'length' of null (5.47.0)
1 participant