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

excaliburjs / Excalibur / 8273148971
89%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2024 11:58PM 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.206% (-0.03%) from 91.232%
8273148971

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>

5347 of 6767 branches covered (79.02%)

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

5 existing lines in 1 file now uncovered.

11771 of 12906 relevant lines covered (91.21%)

23402.24 hits per line

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