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

mochajs / mocha / 7938 / 6
94%
main: 94%

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

14 Aug 2020 08:54PM UTC coverage: 93.926% (-0.1%) from 94.044%
NODE_OPTIONS="--trace-warnings"

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

Source Files on job 7938.6 (NODE_OPTIONS="--trace-warnings")
  • Tree
  • List 0
  • Changed 54
  • Source Changed 7
  • Coverage Changed 54
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6941
  • Travis Job 7938.6
  • a25fa190 on github
  • Prev Job for NODE_OPTIONS="--trace-warnings" on boneskull/issue/4308-global-setup-teardown (#7887.6)
  • Next Job for NODE_OPTIONS="--trace-warnings" on boneskull/issue/4308-global-setup-teardown (#7940.6)
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