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

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

Build:
Build:
LAST BUILD BRANCH: v11.x
DEFAULT BRANCH: main
Ran 11 May 2020 06:00PM UTC
Files 54
Run time 5s
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

11 May 2020 05:50PM UTC coverage: 83.41% (-0.03%) from 83.44%
7371.6

push

travis-ci

boneskull
add WorkerPool wrapper, fix --grep

- created a wrapper around the `workerpool` module to help decouple and give us a place to do serialization before invoking the worker's `run` method
- do not warn about dubious max worker count (`jobs` option) since it's not something we can be sure is an actual problem (make it debug output instead)
- adds [serialize-javascript](https://npm.im/serialize-javascript) module
    - allows easier transmission of non-JSON-compatible objects over IPC, e.g., a `RegExp` (for `--grep`)
    - requires use of `eval()` to deserialize.  I'm not too worried about this, but I think I need to play with it more
    - this avoids more custom serialization code, but is not especially helpful when serializing `Test`, `Suite` and `Hook` instances
- in the integration test helper code, if we provide an _absolute path_, do not make a guess about where the fixture is when running `runMocha` or `runMochaJSON`. this makes globs easier to use

903 of 1310 branches covered (68.93%)

2730 of 3273 relevant lines covered (83.41%)

972.84 hits per line

Source Files on job 7371.6
  • Tree
  • List 0
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6565
  • Travis Job 7371.6
  • 9ab7f719 on github
  • Prev Job for on boneskull/issue/2839-parallel (#7356.6)
  • Next Job for NODE_OPTIONS="--trace-warnings" on boneskull/issue/2839-parallel (#7474.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