-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Reduced the number of calls to generic_getLinks. #162
Conversation
Codecov Report
@@ Coverage Diff @@
## master #162 +/- ##
==========================================
+ Coverage 24.53% 24.70% +0.16%
==========================================
Files 18 19 +1
Lines 2001 2004 +3
Branches 1124 1126 +2
==========================================
+ Hits 491 495 +4
+ Misses 1510 1509 -1
Continue to review full report at Codecov.
|
@MiguelRocha Do we have a ticket for that? Is that a speed-up PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small change about where we initialize links
.
But else we are ok.
Refactored generic_getLinks to parse all src and href type links. Removed getDependencies() Make zimcheck call generic_getLinks only once
5c2533f
to
9387ae7
Compare
Yes it is the first point of #134 |
Refactored generic_getLinks to parse all src and href type links.
Removed getDependencies()
Make zimcheck call generic_getLinks only once