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

excaliburjs / Excalibur / 7923145003
89%

Build:
DEFAULT BRANCH: main
Ran 15 Feb 2024 10:33PM UTC
Jobs 1
Files 208
Run time 21s
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

15 Feb 2024 10:30PM UTC coverage: 91.218% (+0.05%) from 91.171%
7923145003

push

github

web-flow
feat: Debug Draw Static Helpers (#2929)

This PR adds new `ex.Debug` static for more convenient debug drawing where you might not have a graphics context accessible to you. This works by batching up all the debug draw requests and flushing them during the debug draw step.
  * `ex.Debug.drawRay(ray: Ray, options?: { distance?: number, color?: Color })`
  * `ex.Debug.drawBounds(boundingBox: BoundingBox, options?: { color?: Color })`
  * `ex.Debug.drawCircle(center: Vector, radius: number, options?: ...)`
  * `ex.Debug.drawPolygon(points: Vector[], options?: { color?: Color })`
  * `ex.Debug.drawText(text: string, pos: Vector)`
  * `ex.Debug.drawLine(start: Vector, end: Vector, options?: LineGraphicsOptions)`
  * `ex.Debug.drawLines(points: Vector[], options?: LineGraphicsOptions)`
  * `drawPoint(point: Vector, options?: PointGraphicsOptions)`

5238 of 6600 branches covered (79.36%)

11560 of 12673 relevant lines covered (91.22%)

23883.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7923145003.1 15 Feb 2024 10:33PM UTC 0
91.22
GitHub Action Run
Source Files on build 7923145003
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7923145003
  • b1caa724 on github
  • Prev Build on main (#7910195378)
  • Next Build on main (#7923144990)
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