-
Notifications
You must be signed in to change notification settings - Fork 28
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
html: add parse_html #436
html: add parse_html #436
Conversation
b8ddd67
to
a63a5c3
Compare
a63a5c3
to
fb9dbac
Compare
How does renaming make this an official API? Otherwise LGTM. |
|
Signed-off-by: Florian Scherf <[email protected]>
fb9dbac
to
d2e6824
Compare
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #436 +/- ##
==========================================
- Coverage 71.30% 71.27% -0.03%
==========================================
Files 83 83
Lines 5697 5699 +2
Branches 1226 1227 +1
==========================================
Hits 4062 4062
- Misses 1345 1346 +1
- Partials 290 291 +1
☔ View full report in Codecov by Sentry. |
@SmithChart: I updated the documentation and all tests are green. I think in this state this is mergeable and closes #268 |
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.
Thanks! Looks good.
@SmithChart: \o/ Thanks for your review and your patience |
This PR renames
lona.html.parsing.html_string_to_node_list
tolona.html.parse_html
to make it official API that will replace HTML parsing inlona.html.HTML
andlona.html.HTML2
(#268)