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

chartjs / Chart.js / 4981
97%

Build:
DEFAULT BRANCH: master
Ran 14 Dec 2018 07:25PM UTC
Jobs 1
Files 49
Run time 7s
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
4981

push

travis-ci

web-flow
Migrate from Browserify to rollup (#5904)

Browserify isn't optimal bundling Chart.js because it adds too many internal wrappers, doesn't handle external/global dependencies and doesn't provide a way to generate ESM builds. Therefore, it seems the right choice to switch to rollup, so move all the build process in `rollup.config.js` and make Gulp to execute `rollup -c`.

We also had to switch to Terser instead of UglifyJS because this last one contains a breaking bug. Note that tests now use the exact same rollup config as our builds (the minified one) to ensure that the bundling and minification steps don't break anything. Finally, replace the `gulp watch` task by `gulp build --watch` to be consistent with the other `unittest` and `docs` watching syntax.

2637 of 3030 branches covered (87.03%)

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

5012 of 5219 relevant lines covered (96.03%)

2629.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4981.1 14 Dec 2018 07:25PM UTC 0
96.03
Travis Job 4981.1
Source Files on build 4981
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4981
  • 2a97ec21 on github
  • Prev Build on master (#4978)
  • Next Build on master (#4997)
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

© 2026 Coveralls, Inc