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

microlinkhq / react-json-view
90%

Build:
DEFAULT BRANCH: master
Repo Added 05 Mar 2026 10:42AM UTC
Token WJvxhMx2IEx7Kfzs6QZ90LLKt1T3lEzhq regen
Build 131 Last
Files 35
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 master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • WindowCircularReferenceHandlingAndBugFix
  • array-group
  • circularReferenceHandling
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/pnpm/action-setup-5
  • dependabot/github_actions/pnpm/action-setup-6
  • dependabot/npm_and_yarn/babel-loader-10.0.0
  • dependabot/npm_and_yarn/babel-loader-10.1.1
  • dependabot/npm_and_yarn/babel-plugin-istanbul-7.0.1
  • dependabot/npm_and_yarn/babel-plugin-istanbul-8.0.0
  • dependabot/npm_and_yarn/babel-plugin-react-html-attrs-3.0.5
  • dependabot/npm_and_yarn/babel-preset-react-app-10.1.0
  • dependabot/npm_and_yarn/babel/eslint-parser-7.28.6
  • dependabot/npm_and_yarn/babel/eslint-parser-7.29.7
  • dependabot/npm_and_yarn/babel/eslint-parser-8.0.0
  • dependabot/npm_and_yarn/babel/eslint-parser-8.0.1
  • dependabot/npm_and_yarn/babel/plugin-syntax-jsx-7.28.6
  • dependabot/npm_and_yarn/babel/plugin-syntax-jsx-7.29.7
  • dependabot/npm_and_yarn/babel/plugin-syntax-jsx-8.0.0
  • dependabot/npm_and_yarn/babel/plugin-syntax-jsx-8.0.1
  • dependabot/npm_and_yarn/babel/register-7.28.6
  • dependabot/npm_and_yarn/babel/register-7.29.3
  • dependabot/npm_and_yarn/babel/register-7.29.7
  • dependabot/npm_and_yarn/babel/register-8.0.0
  • dependabot/npm_and_yarn/babel/register-8.0.1
  • dependabot/npm_and_yarn/chai-6.2.2
  • dependabot/npm_and_yarn/css-loader-7.1.4
  • dependabot/npm_and_yarn/html-webpack-plugin-5.6.6
  • dependabot/npm_and_yarn/jsdom-28.1.0
  • dependabot/npm_and_yarn/jsdom-29.0.0
  • dependabot/npm_and_yarn/jsdom-29.1.0
  • dependabot/npm_and_yarn/jsdom-30.0.0
  • dependabot/npm_and_yarn/mocha-11.7.5
  • dependabot/npm_and_yarn/mocha-11.8.0
  • dependabot/npm_and_yarn/moment-2.30.1
  • dependabot/npm_and_yarn/prettier-2.8.8
  • dependabot/npm_and_yarn/prettier-3.8.1
  • dependabot/npm_and_yarn/react-base16-styling-0.10.0
  • dependabot/npm_and_yarn/react-test-renderer-17.0.2
  • dependabot/npm_and_yarn/react-test-renderer-18.3.1
  • dependabot/npm_and_yarn/react-test-renderer-19.2.4
  • dependabot/npm_and_yarn/react-test-renderer-19.2.5
  • dependabot/npm_and_yarn/sass-1.100.0
  • dependabot/npm_and_yarn/sass-1.101.0
  • dependabot/npm_and_yarn/sass-1.102.0
  • dependabot/npm_and_yarn/sass-1.97.3
  • dependabot/npm_and_yarn/sass-1.98.0
  • dependabot/npm_and_yarn/sass-1.99.0
  • dependabot/npm_and_yarn/sass-loader-16.0.7
  • dependabot/npm_and_yarn/sass-loader-17.0.0
  • dependabot/npm_and_yarn/sinon-21.0.2
  • dependabot/npm_and_yarn/sinon-21.1.0
  • dependabot/npm_and_yarn/sinon-22.0.0
  • dependabot/npm_and_yarn/sinon-22.1.0
  • dependabot/npm_and_yarn/style-loader-4.0.0
  • dependabot/npm_and_yarn/tinyrun-1.1.0
  • dependabot/npm_and_yarn/types/react-19.2.14
  • dependabot/npm_and_yarn/typescript-5.9.3
  • dependabot/npm_and_yarn/webpack-5.105.4
  • dependabot/npm_and_yarn/webpack-5.106.0
  • dependabot/npm_and_yarn/webpack-5.107.0
  • dependabot/npm_and_yarn/webpack-5.108.0
  • dependabot/npm_and_yarn/webpack-5.108.1
  • dependabot/npm_and_yarn/webpack-5.108.2
  • dependabot/npm_and_yarn/webpack-5.108.3
  • dependabot/npm_and_yarn/webpack-5.109.0
  • dependabot/npm_and_yarn/webpack-bundle-analyzer-5.2.0
  • dependabot/npm_and_yarn/webpack-bundle-analyzer-5.3.0
  • dependabot/npm_and_yarn/webpack-cli-6.0.1
  • dependabot/npm_and_yarn/webpack-cli-7.0.0
  • dependabot/npm_and_yarn/webpack-dev-server-5.2.3
  • dependabot/npm_and_yarn/webpack-dev-server-6.0.0
  • fix/copy-strings-without-quotes
  • fix/vite8-esm-compat
  • master
  • next
  • patch-1

19 Aug 2026 01:32PM UTC coverage: 89.734% (+0.4%) from 89.365%
32258721548

push

github

web-flow
fix: copy string values without JSON quotes (#195)

Copying a string node put its JSON representation on the clipboard, so
`my value` was pasted as `"my value"`. Values that are already text are
now copied verbatim; objects, arrays, numbers and booleans keep their
JSON representation.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>

414 of 509 branches covered (81.34%)

Branch coverage included in aggregate %.

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

3161 of 3475 relevant lines covered (90.96%)

275.92 hits per line

Relevant lines Covered
Build:
Build:
3475 RELEVANT LINES 3161 COVERED LINES
275.92 HITS PER LINE
Source Files on master
  • Tree
  • List 35
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32258721548 master fix: copy string values without JSON quotes (#195) Copying a string node put its JSON representation on the clipboard, so `my value` was pasted as `"my value"`. Values that are already text are now copied verbatim; objects, arrays, numbers and bo... push 19 Aug 2026 01:34PM UTC web-flow github
89.73
32251240217 fix/copy-strings-without-quotes Merge 7c39e8ad8 into b3d71c643 Pull #195 19 Aug 2026 01:28PM UTC web-flow github
89.73
31045774478 master build(deps-dev): bump mocha from 11.7.6 to 11.8.0 (#194) Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.6 to 11.8.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.8... push 05 Aug 2026 08:49PM UTC web-flow github
89.36
31044675635 master chore: improve npm search metadata push 05 Aug 2026 08:36PM UTC Kikobeats github
89.36
31043902365 dependabot/npm_and_yarn/mocha-11.8.0 Merge 52a8fb74c into 8f4f122fa Pull #194 05 Aug 2026 08:25PM UTC web-flow github
89.36
30846764721 master ci(dependabot): ignore actions minor/patch Floating major tags already pick up those updates at runtime. push 03 Aug 2026 07:47PM UTC Kikobeats github
89.36
30304635847 master build(deps-dev): bump sass from 1.101.7 to 1.102.0 (#193) Bumps [sass](https://github.com/sass/dart-sass) from 1.101.7 to 1.102.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/... push 27 Jul 2026 08:56PM UTC web-flow github
89.36
30302449099 dependabot/npm_and_yarn/sass-1.102.0 Merge 6e030fff8 into 78b335c49 Pull #193 27 Jul 2026 08:25PM UTC web-flow github
89.36
30302406110 dependabot/npm_and_yarn/jsdom-30.0.0 Merge 681c26469 into 78b335c49 Pull #192 27 Jul 2026 08:24PM UTC web-flow github
89.36
30075394524 master build(deps-dev): bump webpack from 5.108.4 to 5.109.0 (#191) Bumps [webpack](https://github.com/webpack/webpack) from 5.108.4 to 5.109.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webp... push 24 Jul 2026 07:26AM UTC web-flow github
89.36
See All Builds (131)

Badge your Repo: react-json-view

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc