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

qunitjs / qunit / 6292609655
90%

Build:
DEFAULT BRANCH: main
Ran 24 Sep 2023 10:01PM UTC
Jobs 1
Files 34
Run time 2s
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

24 Sep 2023 09:32PM UTC coverage: 88.725%. Remained the same
6292609655

push

github

Krinkle
HTML Reporter: Move internal `urlparams` import out of html.js

As prep to extract a reporter-agnostic "HTML Runner" from the
HTML Reporter, move the `urlparams.js` import out of html.js.

It is important (and covered by `test/reporter-html/hidepassed.html`)
that the `QUnit.begin()` callback in urlparams.js continues to run
before the one in html.js.

When only moving the import statement, this breaks because diff.js
was also importing html.js for re-use of the `escapeText` function.
As such the order in reporter.js was not what it appeared.

It appeared as:

- fixture
- diff
- html
  - urlparams

But was actually:

- fixture
- diff
  - html
    - urlparams
- html (redundant)

Ref https://github.com/qunitjs/qunit/issues/1118

7 of 7 new or added lines in 1 file covered. (100.0%)

1810 of 2040 relevant lines covered (88.73%)

2163.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6292609655.1 14 Mar 55701 01:58PM UTC 0
88.73
GitHub Action Run
Source Files on build 6292609655
Detailed source file information is not available for this build.
  • Back to Repo
  • 8e5f59bf on github
  • Prev Build on release-prep (#6286655547)
  • Next Build on main (#6294975971)
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