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

[stable30] fix(link): Don't throw exception on invalid URL href #6796

Merged
merged 1 commit into from
Dec 17, 2024

fix(link): Don't throw exception on invalid URL href

005b208
Select commit
Loading
Failed to load commit list.
Merged

[stable30] fix(link): Don't throw exception on invalid URL href #6796

fix(link): Don't throw exception on invalid URL href
005b208
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 0s

53.60% (-0.01%) compared to dfca2d4, passed because coverage increased by 0.04% when compared to adjusted base (53.55%)

View this Pull Request on Codecov

53.60% (-0.01%) compared to dfca2d4, passed because coverage increased by 0.04% when compared to adjusted base (53.55%)

Details

Codecov Report

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

Project coverage is 53.60%. Comparing base (dfca2d4) to head (005b208).
Report is 2 commits behind head on stable30.

Files with missing lines Patch % Lines
src/marks/Link.js 66.66% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           stable30    #6796      +/-   ##
============================================
- Coverage     53.60%   53.60%   -0.01%     
============================================
  Files           116      116              
  Lines          2580     2582       +2     
  Branches        526      526              
============================================
+ Hits           1383     1384       +1     
- Misses         1069     1070       +1     
  Partials        128      128              

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