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

qunitjs / qunit / 7849257019
90%

Build:
DEFAULT BRANCH: main
Ran 09 Feb 2024 08:28PM UTC
Jobs 1
Files 34
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

09 Feb 2024 08:27PM UTC coverage: 88.715% (+0.001%) from 88.714%
7849257019

push

github

web-flow
Core: Refactor internal ProcessingQueue into class

This is motivated by the last remaining build warning from Rollup:

> src/qunit.js → qunit/qunit.js...
> (!) Circular dependency
> src/test.js -> src/core/processing-queue.js -> src/test.js
> created qunit/qunit.js in 2s

ProcessingQueue needs access to the `test` function defined in test.js.

Fix by turning the module into a class, that we create a singleton
of in core.js (with access to test.js) and then use that singleton
where we previously used ProcessingQueue statically.

Closes https://github.com/qunitjs/qunit/pull/1740.

1816 of 2047 relevant lines covered (88.72%)

2164.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7849257019.1 07 Nov 56078 06:29PM UTC 0
88.72
GitHub Action Run
Source Files on build 7849257019
Detailed source file information is not available for this build.
  • Back to Repo
  • d60f27c9 on github
  • Prev Build on main (#7843548630)
  • Next Build on main (#7855180479)
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