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

excaliburjs / Excalibur / 19982634026
89%

Build:
DEFAULT BRANCH: main
Ran 06 Dec 2025 04:01AM UTC
Jobs 1
Files 240
Run time 1min
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%
19982634026

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: () => {...},
      ...
  });
  ```

5316 of 7259 branches covered (73.23%)

14 of 14 new or added lines in 1 file covered. (100.0%)

14718 of 16605 relevant lines covered (88.64%)

24693.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19982634026.1 06 Dec 2025 04:01AM UTC 240
88.64
GitHub Action Run
Source Files on build 19982634026
  • Tree
  • List 240
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19982634026
  • 0f899e40 on github
  • Prev Build on main (#19981914468)
  • Next Build on main (#20034015721)
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