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

chartjs / Chart.js / 4706
97%

Build:
DEFAULT BRANCH: master
Ran 29 Jul 2018 09:37AM UTC
Jobs 1
Files 53
Run time 5s
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
4706

push

travis-ci

simonbrunel
Refactor helpers.canvas.drawPoint() (#5623)

Bring ctx.beginPath() before switch and replace ctx.fillRect()/ctx.strokeRect() with ctx.rect()/ctx.fill() to make it consistent with the other styles. It is also preferable that helpers.canvas.roundedRect() include ctx.closePath() at the end because CanvasRenderingContext2D.rect() closes the subpath.

Get rid of ctx.closePath() for cross, crossRot, star, line and dash because these have no closed path shape, and it should be avoided that ctx.closePath() makes a round-trip path.

2566 of 2967 branches covered (86.48%)

4903 of 5146 relevant lines covered (95.28%)

2368.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4706.1 29 Jul 2018 09:37AM UTC 0
95.28
Travis Job 4706.1
Source Files on build 4706
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4706
  • 493eaa84 on github
  • Prev Build on master (#4697)
  • Next Build on master (#4710)
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