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

qunitjs / qunit / 2233
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: 2.x
DEFAULT BRANCH: main
Ran 18 Jun 2018 12:43AM UTC
Jobs 1
Files 1
Run time 1s
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
2233

push

travis-ci

web-flow
Docs: Fix Jekyll build (remove conflicting file/dir names)

Follows-up a7ccfcb.

Having an entry for both "foo" and "foo/" is supported, however
a problem happens if the "foo" part contains one or more dots.

Normally, "foo" creates `_site/foo.html` and
"foo/" creates `_site/foo/index.html`. However, if the name
contains a dot, then the file name won't have ".html" appended.

This causes the Jekyll build to fail because it cannot, for example
create "_site/QUnit.module" as both a file and a directory.

```
jekyll 3.4.3 | Error:
> File exists @ dir_s_mkdir - qunit/docs/_site/QUnit.module
```

Rather than trying to find a way to enforce `.html` in the filename,
I found out that the Jekyll plugin actually handles redirects for
slashless variants as well, so we only need the versions with a slash
and everything will continue to work fine.

1044 of 1354 branches covered (77.1%)

1930 of 2195 relevant lines covered (87.93%)

422.15 hits per line

Jobs
ID Job ID Ran Files Coverage
7 2233.7 (NPM_SCRIPT=coverage) 18 Jun 2018 12:43AM UTC 0
87.93
Travis Job 2233.7
Source Files on build 2233
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2233
  • 1c13e87c on github
  • Prev Build on master (#2229)
  • Next Build on master (#2234)
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