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

qunitjs / qunit / 3169
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: 2.x
DEFAULT BRANCH: main
Ran 10 Jan 2021 11:50PM UTC
Jobs 1
Files 29
Run time 3s
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
3169

push

travis-ci-com

web-flow
Core: Fix QUnit.module.only logic for unscoped modules

This bug affected use of QUnit.module.only when used in a "flat" way,
e.g. without scoping. For the following, it resulted in running test 1A and
2A, instead of only 1A:

```
QUnit.module.only( "Module one" );
QUnit.test( "1A", assert => { assert.ok( true ); } );

QUnit.module( "Module two" );
QUnit.test( "2A", assert => { assert.ok( false ); } );
```

Also move the "only" tests to CLI suite to verify TAP output
(more stable than `QUnit.done` post-run hack in HTML).

Fixes https://github.com/qunitjs/qunit/issues/1272.

1180 of 1438 branches covered (82.06%)

2084 of 2334 relevant lines covered (89.29%)

349.05 hits per line

Jobs
ID Job ID Ran Files Coverage
7 3169.7 10 Jan 2021 11:50PM UTC 0
89.29
Travis Job 3169.7
Source Files on build 3169
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3169
  • e142f444 on github
  • Prev Build on master (#3167)
  • Next Build on master (#3177)
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