• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

remarkablemark / html-react-parser
90%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/domhandler-4.2.2
DEFAULT BRANCH: master
Repo Added 25 Aug 2016 09:26PM CUT
Files 8
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH bug-script-style
branch: bug-script-style
CHANGE BRANCH
x
Reset
  • bug-script-style
  • badges
  • bug-client-parser
  • bug-react
  • bug-void-element
  • build/dependencies
  • build/devDependencies
  • build/fix-npm-install
  • build/package
  • build/react-dom-core
  • build/rollup
  • changelog
  • chore-build
  • chore-package
  • chore-readme
  • chore/examples
  • chore/husky
  • chore/improvements
  • ci/build
  • ci/github
  • ci/github-actions
  • ci/release
  • ci/size-limit
  • coveralls
  • decode-entities
  • dependabot/npm_and_yarn/commitlint/cli-12.0.0
  • dependabot/npm_and_yarn/commitlint/cli-13.1.0
  • dependabot/npm_and_yarn/commitlint/config-conventional-13.1.0
  • dependabot/npm_and_yarn/domhandler-4.1.0
  • dependabot/npm_and_yarn/domhandler-4.2.0
  • dependabot/npm_and_yarn/domhandler-4.2.2
  • dependabot/npm_and_yarn/eslint-plugin-prettier-4.0.0
  • dependabot/npm_and_yarn/html-dom-parser-1.0.1
  • dependabot/npm_and_yarn/husky-5.0.9
  • dependabot/npm_and_yarn/husky-5.1.1
  • dependabot/npm_and_yarn/husky-6.0.0
  • dependabot/npm_and_yarn/husky-7.0.0
  • dependabot/npm_and_yarn/jest-27.0.4
  • dependabot/npm_and_yarn/lint-staged-11.0.0
  • dependabot/npm_and_yarn/rollup/plugin-commonjs-18.0.0
  • dependabot/npm_and_yarn/rollup/plugin-commonjs-19.0.0
  • dependabot/npm_and_yarn/rollup/plugin-commonjs-20.0.0
  • dependabot/npm_and_yarn/rollup/plugin-node-resolve-13.0.0
  • dependabot/npm_and_yarn/standard-version-8.0.1
  • docs/readme-lowercase-tags
  • examples
  • examples/webpack
  • feat/option-trim
  • feat/options-htmlparser2
  • feat/react-property
  • feat/types
  • fix/es-module
  • fix/es-modules
  • fix/script
  • fix/title
  • fix/types
  • fix/web-components-style
  • html-to-dom
  • master
  • react-16
  • react@15.3
  • react@15.4
  • readme
  • refactor-benchmark
  • refactor-declaration
  • refactor-test
  • refactor/dom-to-react
  • refactor/parser-types
  • refactor/style-to-js
  • refactor/utilities
  • refs/tags/v0.14.3
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.1.2
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.2.2
  • refs/tags/v1.2.4
  • refs/tags/v1.2.5
  • refs/tags/v1.2.6
  • refs/tags/v1.2.7
  • refs/tags/v1.2.8
  • remove-replace-key
  • style-prettier-lint
  • test/coverage
  • test/helpers
  • test/integration
  • test/jest
  • test/module
  • test/refactor
  • upgrade-dependencies
  • upgrade-react-dom-core
  • v0.0.4
  • v0.0.5
  • v0.0.6
  • v0.0.7
  • v0.1.0
  • v0.1.1
  • v0.10.0
  • v0.10.1
  • v0.10.2
  • v0.10.3
  • v0.10.4
  • v0.10.5
  • v0.11.0
  • v0.11.1
  • v0.12.0
  • v0.13.0
  • v0.14.0
  • v0.14.1
  • v0.14.2
  • v0.2.0
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.3.3
  • v0.3.4
  • v0.3.5
  • v0.3.6
  • v0.4.0
  • v0.4.1
  • v0.4.2
  • v0.4.3
  • v0.4.4
  • v0.4.5
  • v0.4.6
  • v0.4.7
  • v0.5.0
  • v0.6.0
  • v0.6.1
  • v0.6.2
  • v0.6.3
  • v0.6.4
  • v0.7.0
  • v0.7.1
  • v0.8.0
  • v0.8.1
  • v0.9.0
  • v0.9.1
  • v0.9.2
  • webpack

pending completion
46

push

travis-ci

remarkablemark
Fix parsing of <script> and <style> tags

- Ensure empty <script> tag is converted to a React element and
  not an empty array `[]`
- Add missing logic for parsing <style> DOM nodes to React element
- Update tests and mocks

3 of 3 new or added lines in 1 file covered. (100.0%)

190 of 212 relevant lines covered (89.62%)

21.03 hits per line

Relevant lines Covered
Build:
Build:
212 RELEVANT LINES 190 COVERED LINES
21.03 HITS PER LINE
Source Files on bug-script-style
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
46 bug-script-style Fix parsing of <script> and <style> tags - Ensure empty <script> tag is converted to a React element and not an empty array `[]` - Add missing logic for parsing <style> DOM nodes to React element - Update tests and mocks push 30 Aug 2016 04:36PM CUT remarkablemark travis-ci pending completion  
45 bug-script-style Fix parsing of <script> and <style> tags - Ensure empty <script> tag is converted to a React element and not an empty array `[]`. - Add missing logic for parsing <style> DOM nodes to React element - Update tests and mocks push 30 Aug 2016 04:34PM CUT remarkablemark travis-ci pending completion  
See All Builds (619)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc