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

excaliburjs / Excalibur / 7923144990
89%

Build:
DEFAULT BRANCH: main
Ran 15 Feb 2024 10:43PM UTC
Jobs 1
Files 208
Run time 26s
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.178% (+0.007%) from 91.171%
7923144990

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)`

5236 of 6600 branches covered (79.33%)

11555 of 12673 relevant lines covered (91.18%)

23853.05 hits per line

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