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

mochajs / mocha / 7877
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v11.x
DEFAULT BRANCH: main
Ran 28 Jul 2020 09:24PM UTC
Jobs 1
Files 55
Run time 18s
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
7877

push

travis-ci

web-flow
build UMD bundle and polyfill language features (#4366)

- use rollup's `umd` bundle instead of `iife`
    - consume Rollup config's `output` prop in `karma-rollup-plugin`
    - simplify `rollup.config.js` `output` prop
    - fix invalid `script` tag `src` attrib in `lib/browser/template.html` (& reformat)
    - use core-js polyfills
- remove old ESlint rule to disallow `Object.assign` (it's now allowed... but so is object rest/spread, which works in many  cases)
- fix travis script
- karma-related:
    - update Symbol test for IE11, as the polyfill is just a polyfill.
    - add a proper RequireJS integration test
    - remove the old `bundle/amd.spec.js` test
    - try to make `karma.conf.js` less intimidating
    - allow custom externals/globals in karma rollup plugin
    - `unexpected`, `unexpected-eventemitter`, and `unexpected-sinon` are now external (not bundled) and loaded via their globals
    - modified `test/browser-specific/setup.js` to use `require()` since we can do that now
    - bundle now has an inline source map since I couldn't figure out any other way to load it
    - removed duplication of work in the karma plugin; no call to `bundle.generate()` is needed. furthermore the `code` prop did not include the inline source maps. so we just write the file and read the result. could probably avoid reading the file by manually stitching the `code` and `map` props together, but I'm unsure how
    - loads `mocha.js.map` for debugging

1227 of 1397 branches covered (87.83%)

3251 of 3461 relevant lines covered (93.93%)

877.2 hits per line

Jobs
ID Job ID Ran Files Coverage
6 7877.6 (NODE_OPTIONS="--trace-warnings") 28 Jul 2020 09:24PM UTC 0
93.93
Travis Job 7877.6
Source Files on build 7877
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7877
  • ad03d297 on github
  • Prev Build on master (#7846)
  • Next Build on master (#7889)
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