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

qunitjs / qunit / 14371362967
91%

Build:
DEFAULT BRANCH: main
Ran 10 Apr 2025 03:03AM UTC
Jobs 1
Files 37
Run time 1min
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 Apr 2025 02:50AM UTC coverage: 90.446%. Remained the same
14371362967

push

github

Krinkle
Core: Make PerfReporter compatible with Node.js

Switch from hardcoded `window.performance` to `performance` as global
more generally, so it works in Node.js as well.

Note by default this remains only enabled in browsers, as controlled
by `src/core/start.js` where we check:

```
if (config.reporters.perf || (config.reporters.perf === undefined && window && document)) {
```

So this change does not start enabling it in Node.js. But, you can now
enable it on Node.js via `qunit_config_reporters_perf=true` or by
invoking `QUnit.reporters.perf.init(QUnit)`, which previously did not
do anything on Node.js.

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

1865 of 2062 relevant lines covered (90.45%)

3525.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14371362967.1 20 Mar 57243 08:21AM UTC 37
90.45
GitHub Action Run
Source Files on build 14371362967
  • Tree
  • List 37
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 85716a97 on github
  • Prev Build on main (#14280443662)
  • Next Build on main (#14372036702)
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

© 2025 Coveralls, Inc