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

qunitjs / qunit / 10135034087
90%

Build:
DEFAULT BRANCH: main
Ran 28 Jul 2024 09:56PM UTC
Jobs 1
Files 38
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

28 Jul 2024 08:12PM UTC coverage: 90.176% (-0.01%) from 90.19%
10135034087

push

github

Krinkle
Core: Make initial "unnamed" QUnit.config.currentModule complete

Before this change, the unnamed module object was not created by
`createModule()`. Instead, it was declared in config.js as the first
value for `config.currentModule`, with only some of the properties.

It had enough to satisfy internal execution requirements, but some
publicly observable stuff like `moduleId` and `testEnvironment` were
not defined.

Misc changes and optimisations:

* `suiteReport` is now injected instead of overridden afterwards.

* `moduleStack` state is moved to config along with other internal
  state. This removes one of the last remaining state that wasn't
  resettable.

* When creating child modulese, avoid allocating unused `env = {}`.

* When creating module objects, avoid needless copying of the
  moduleStack via Array slice().

* In test.js, simplify how we fill `completedModules` by using the
  same loop for both parenet modules and the current module alike,
  thus removing duplicate code.

31 of 32 new or added lines in 7 files covered. (96.88%)

1845 of 2046 relevant lines covered (90.18%)

3482.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10135034087.1 19 Jun 56544 12:47PM UTC 0
90.18
GitHub Action Run
Source Files on build 10135034087
Detailed source file information is not available for this build.
  • Back to Repo
  • 5812597b on github
  • Prev Build on main (#10127977365)
  • Next Build on main (#10166511838)
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