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

qunitjs / qunit / 2591
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: 2.x
DEFAULT BRANCH: main
Ran 22 Jun 2020 10:49PM 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
2591

push

travis-ci-com

Krinkle
Core: Decide "No tests" based on test count, not assert count

If a test has no assertions, that is generally by itself another
unrelated error. But more importantly, it is configurable, and
also something that we support on a per-test basis via
assert.expect(0) for which there are several use cases such
as when the tests only purpose is not to throw, either from
your source code, or from another helper library (e.g. Sinon
assertion's throwing).

Previously, if your test suite composed only of such tests,
or if you selective run such test only, it wrongly caused
the test runner to report a global error for "No tests."

Fixes https://github.com/qunitjs/qunit/issues/1405.
Closes https://github.com/qunitjs/qunit/pull/1449.

901 of 1910 branches covered (47.17%)

1693 of 3052 relevant lines covered (55.47%)

151.07 hits per line

Jobs
ID Job ID Ran Files Coverage
6 2591.6 (NPM_SCRIPT=coverage) 22 Jun 2020 10:49PM UTC 0
55.47
Travis Job 2591.6
Source Files on build 2591
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2591
  • db78338f on github
  • Prev Build on master (#2572)
  • Next Build on master (#2596)
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