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

mochajs / mocha / 7938
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v11.x
DEFAULT BRANCH: main
Ran 14 Aug 2020 09:07PM UTC
Jobs 1
Files 55
Run time 16s
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

pending completion
7938

push

travis-ci

boneskull
make Runner event tracking more efficient

instead of an array of three-element tuples (`EventEmitter`, `event name`, `listener function`), use `Map`s and `Set`s.
`Runner#_eventListeners` is now of type `Map<EventEmitter, Map<string, Set<EventListener>>>` where `string` is an event name.
this should improve performance (in Node.js, at least).

added a (debug) warning if we try to attach the same listener multiple times to the same event in the same EE.

1305 of 1489 branches covered (87.64%)

3402 of 3622 relevant lines covered (93.93%)

937.8 hits per line

Jobs
ID Job ID Ran Files Coverage
6 7938.6 (NODE_OPTIONS="--trace-warnings") 14 Aug 2020 09:07PM UTC 0
93.93
Travis Job 7938.6
Source Files on build 7938
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7938
  • a25fa190 on github
  • Prev Build on boneskull/issue/4308-global-setup-teardown (#7887)
  • Next Build on boneskull/issue/4308-global-setup-teardown (#7940)
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