|
Ran
|
Jobs
1
|
Files
33
|
Run time
1min
|
Badge
README BADGES
|
push
github
Core: Remove undocumented `details.modules[].tests` from QUnit.begin() event This was added to QUnit.begin [1] in QUnit 1.16.0 for internal use by html-reporter to know about each upcoming test before it is executed/finished. In QUnit 2.7.0, we removed [2] that internal use in favour of listening to the more reliable `QUnit.testStart()` [3] event instead since tests can sometimes be defined later or during the test run, which would not be known to `QUnit.begin(). [1]: https://qunitjs.com/api/callbacks/QUnit.begin/ [2]: https://github.com/qunitjs/qunit/commit/43a3d87fd [3]: https://qunitjs.com/api/callbacks/QUnit.testStart/
1206 of 2046 relevant lines covered (58.94%)
1900.48 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 9407032903.1 | 0 |
58.94 |
GitHub Action Run |