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

jonschlinkert / remarkable / 778
99%
dev: 99%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: dev
Ran 02 Aug 2019 06:43AM UTC
Jobs 5
Files 68
Run time 22s
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

pending completion
778

Pull #359

travis-ci

web-flow
Provide smaller browser version of entities

Browser version leverages textarea to decode html entities.
The trick is took here https://github.com/jonschlinkert/remarkable/issues/29

The size of browser bundle is down from 75906 to 47170 parsed
and from 25446 to 13775 gzipped. Significant for browser libs right?

Browser bundle is distributed with package.json field. Modern bundlers
are able to consume it.

```
"browser": {
  "./dist/cjs/index.js": "./dist/cjs/index.browser.js",
  "./dist/esm/index.js": "./dist/esm/index.browser.js"
},
```

Test is currently should be tested manually by test-browser script.
Pull Request #359: Provide smaller browser version of entities

1309 of 1413 branches covered (92.64%)

20 of 20 new or added lines in 4 files covered. (100.0%)

2237 of 2270 relevant lines covered (98.55%)

1174.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 778.1 02 Aug 2019 06:43AM UTC 0
98.55
Travis Job 778.1
2 778.2 02 Aug 2019 06:43AM UTC 0
98.55
Travis Job 778.2
3 778.3 02 Aug 2019 06:43AM UTC 0
98.55
Travis Job 778.3
4 778.4 02 Aug 2019 06:43AM UTC 0
98.55
Travis Job 778.4
5 778.5 02 Aug 2019 06:43AM UTC 0
98.55
Travis Job 778.5
Source Files on build 778
  • List 0
  • Changed 5
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Travis Build #778
  • Pull Request #359
  • PR Base - master (#776)
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