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: improve the performance parsing link labels #124

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

frostming
Copy link
Owner

Fix #119

@codecov
Copy link

codecov bot commented Sep 21, 2022

Codecov Report

Base: 95.58% // Head: 95.28% // Decreases project coverage by -0.29% ⚠️

Coverage data is based on head (f24b320) compared to base (f904b65).
Patch coverage: 91.27% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
- Coverage   95.58%   95.28%   -0.30%     
==========================================
  Files          19       19              
  Lines        1790     1868      +78     
  Branches      294      320      +26     
==========================================
+ Hits         1711     1780      +69     
- Misses         42       46       +4     
- Partials       37       42       +5     
Flag Coverage Δ
unittests 95.28% <91.27%> (-0.30%) ⬇️

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

Impacted Files Coverage Δ
marko/patterns.py 100.00% <ø> (ø)
marko/inline_parser.py 95.38% <90.09%> (-1.86%) ⬇️
marko/block.py 96.55% <92.85%> (+0.07%) ⬆️
marko/helpers.py 98.70% <95.00%> (-0.57%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@frostming frostming merged commit 4e87fe5 into master Sep 21, 2022
@frostming frostming deleted the fix/parse-ref-links branch September 21, 2022 07:56
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.

gfm.parse() hangs for a specific input
1 participant