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

excaliburjs / Excalibur / 8273148986
89%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2024 11:51PM UTC
Jobs 1
Files 210
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

13 Mar 2024 11:47PM UTC coverage: 91.244% (+0.01%) from 91.232%
8273148986

push

github

web-flow
feat: Allow coroutine lifecycles + support thisArg + remove engine requirement (#2965)

This PR adds an optional `ex.coroutine` timing parameter as an option bag to schedule when they are updated

  ```typescript
  const result = ex.coroutine(engine, function * () {...}, { timing: 'postupdate' })
  ```

This PR also adds a way to set the `this` parameter for a generator

  ```typescript
  const result = ex.coroutine({myThis: 'value'}, engine, function * () {...})
  ```

Additionally this PR removes the requirement to pass engine if done so under an Excalibur lifecycle

```typescript
  const result = ex.coroutine(function * () {...});
```


---------

Co-authored-by: Matt Jennings <me@mattjennings.io>

5349 of 6767 branches covered (79.05%)

117 of 123 new or added lines in 4 files covered. (95.12%)

11776 of 12906 relevant lines covered (91.24%)

23428.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8273148986.1 13 Mar 2024 11:51PM UTC 0
91.24
GitHub Action Run
Source Files on build 8273148986
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #8273148986
  • faa4a37f on github
  • Prev Build on main (#8224561748)
  • Next Build on main (#8273148971)
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