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

mochajs / mocha / 7859
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v11.x
DEFAULT BRANCH: main
Ran 22 Jul 2020 10:46PM UTC
Jobs 1
Files 55
Run time 12s
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
7859

push

travis-ci

boneskull
fix broken template processing in jsdoc output

because the files generated by jsdoc were output to `docs/_site`, they were not processed as liquid templates, which meant the custom reporter tutorial was broken.

to fix this, we needed to:

1. change the output directory of jsdoc to `docs/api` (just somewhere else)
2. add this to `.gitignore`, obviously
3. tell eleventy to _ignore_ `.gitignore` (just rely on its `.eleventyignore` file)
4. tell eleventy to pass-through all assets underneath `docs/api` (css, images, etc)
5. update the file-loading 11ty data script to output a raw file
6. update the tutorial to use a fenced code block (jsdoc markdown plugin seems to strip html?) and tell Prettier to ignore the liquid template directive

also:

- removed link to google group
- prettier-related reformats
- tweak data script to use `fs.promises`

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 7859.6 (NODE_OPTIONS="--trace-warnings") 22 Jul 2020 10:46PM UTC 0
93.93
Travis Job 7859.6
Source Files on build 7859
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7859
  • 5f563906 on github
  • Next Build on boneskull/fix-custom-reporter-tutorial (#7862)
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