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

HTML parser added Dom parser #22

Merged
merged 3 commits into from
Feb 27, 2023
Merged

HTML parser added Dom parser #22

merged 3 commits into from
Feb 27, 2023

Conversation

uttamukkoji
Copy link
Contributor

No description provided.

@uttamukkoji uttamukkoji requested a review from a team as a code owner February 8, 2023 06:22
@uttamukkoji uttamukkoji requested a review from a team February 8, 2023 06:22
@github-actions
Copy link

github-actions bot commented Feb 8, 2023

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 370/370
🟢 Branches
93.68% (-6.32% 🔻)
178/190
🟢 Functions 100% 106/106
🟢 Lines 100% 347/347
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢 json-to-html.ts 100% 100% 100% 100%
🟢
... / find-render-content.ts
100% 100% 100% 100%
🟢
... / find-embeded-object.ts
100% 98.11% 100% 100%
🟢
... / default-options.ts
100% 62.96% 100% 100%
🟢
... / style-type.ts
100% 100% 100% 100%
🟢
... / enumerate-entries.ts
100% 100% 100% 100%
🟢
... / metadata-model.ts
100% 100% 100% 100%
🟢 nodes/mark-type.ts 100% 100% 100% 100%
🟢
... / default-node-options.ts
100% 83.33% 100% 100%
🟢 nodes/node-type.ts 100% 100% 100% 100%
🟢 render-embedded-objects.ts 100% 100% 100% 100%
🟢 extensions/index.ts 100% 100% 100% 100%
🟢
... / html-to-json.ts
100% 100% 100% 100%
🟢 entry-editable.ts 100% 100% 100% 100%
🟢 gql.ts 100% 100% 100% 100%
🟢
... / regex-match.ts
100% 100% 100% 100%
🟢 nodes/node.ts 100% 100% 100% 100%
🟢 nodes/text-node.ts 100% 100% 100% 100%
🟢 nodes/document.ts 100% 100% 100% 100%

Test suite run success

205 tests passing in 18 suites.

Report generated by 🧪jest coverage report action from 049b490

@github-actions
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 370/370
🟢 Branches
93.68% (-6.32% 🔻)
178/190
🟢 Functions 100% 106/106
🟢 Lines 100% 347/347
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢 json-to-html.ts 100% 100% 100% 100%
🟢
... / find-render-content.ts
100% 100% 100% 100%
🟢
... / find-embeded-object.ts
100% 98.11% 100% 100%
🟢
... / default-options.ts
100% 62.96% 100% 100%
🟢
... / style-type.ts
100% 100% 100% 100%
🟢
... / enumerate-entries.ts
100% 100% 100% 100%
🟢
... / metadata-model.ts
100% 100% 100% 100%
🟢 nodes/mark-type.ts 100% 100% 100% 100%
🟢
... / default-node-options.ts
100% 83.33% 100% 100%
🟢 nodes/node-type.ts 100% 100% 100% 100%
🟢 render-embedded-objects.ts 100% 100% 100% 100%
🟢 extensions/index.ts 100% 100% 100% 100%
🟢
... / html-to-json.ts
100% 100% 100% 100%
🟢 entry-editable.ts 100% 100% 100% 100%
🟢 gql.ts 100% 100% 100% 100%
🟢
... / regex-match.ts
100% 100% 100% 100%
🟢 nodes/node.ts 100% 100% 100% 100%
🟢 nodes/text-node.ts 100% 100% 100% 100%
🟢 nodes/document.ts 100% 100% 100% 100%

Test suite run success

205 tests passing in 18 suites.

Report generated by 🧪jest coverage report action from 049b490

Copy link

@ishaileshmishra ishaileshmishra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@uttamukkoji uttamukkoji merged commit 2c48fde into master Feb 27, 2023
@nadeem-cs nadeem-cs deleted the bugs/dom-parser branch September 27, 2023 13:06
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.

3 participants