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

qunitjs / qunit / 3169 / 7
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: 2.x
DEFAULT BRANCH: main
Ran 10 Jan 2021 11:50PM UTC
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

10 Jan 2021 11:49PM UTC coverage: 89.289% (-0.08%) from 89.37%
3169.7

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

Source Files on job 3169.7
  • Tree
  • List 0
  • Changed 27
  • Source Changed 2
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2837
  • Travis Job 3169.7
  • e142f444 on github
  • Prev Job for on master (#3167.7)
  • Next Job for on master (#3177.7)
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