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

excaliburjs / Excalibur / 19982634027 / 1
89%
main: 89%

Build:
DEFAULT BRANCH: main
Ran 06 Dec 2025 04:01AM UTC
Files 240
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

06 Dec 2025 03:54AM UTC coverage: 88.636% (+0.01%) from 88.626%
19982634027.1

push

github

web-flow
feat: [#3596] Add Timer events support (#3616)


closes: #3596

## Changes:

- Added new Timer events! 
  ```typescript
  const timer = new ex.Timer({...});
  timer.events.on('complete', () => {...}); // after the last repeat
  timer.events.on('action', () => {...}); // every fire of the timer
  timer.events.on('start', () => {...}); // after the timer is started
  timer.events.on('stop', () => {...}); // after the timer is stopped 
  timer.events.on('pause', () => {...}); // after every pause
  timer.events.on('resume', () => {...}); // after every resume
  timer.events.on('cancel', () => {...}); // after cancel

  // or specify the onComplete in the constructor
  const timer2 = new ex.Timer({
      onComplete: () => {...},
      ...
  });
  ```

5318 of 7259 branches covered (73.26%)

14718 of 16605 relevant lines covered (88.64%)

24685.84 hits per line

Source Files on job 19982634027.1
  • Tree
  • List 240
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 19982634027
  • 0f899e40 on github
  • Prev Job for on main (#19981914468.1)
  • Next Job for on main (#19982634026.1)
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