|
Ran
|
Jobs
6
|
Files
247
|
Run time
1min
|
Badge
README BADGES
|
push
github
build(deps-dev): Bump sinon from 21.1.2 to 22.1.0 (#1593) Bumps [sinon](https://github.com/sinonjs/sinon) from 21.1.2 to 22.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/main/CHANGES.md">sinon's changelog</a>.</em></p> <blockquote> <h2>22.1.0</h2> <ul> <li><a href="https://github.com/sinonjs/sinon/commit/d36e921ba"><code>d36e921b</code></a> fix: let returns override returnsArg (王胜) <blockquote> <p>Signed-off-by: 王胜 <a href="mailto:2318857637@qq.com">2318857637@qq.com</a></p> </blockquote> </li> <li><a href="https://github.com/sinonjs/sinon/commit/40c4caa0f"><code>40c4caa0</code></a> fix: align restoreObject docs test with idempotent behavior (<a href="https://redirect.github.com/sinonjs/sinon/issues/2745">#2745</a>) (Julia Miller) <blockquote> <p>restoreObject was made idempotent in <a href="https://redirect.github.com/sinonjs/sinon/issues/2737">#2737</a> — it no longer throws for objects with no restorable methods. Updates the docs page and its corresponding test to reflect this.</p> </blockquote> </li> <li><a href="https://github.com/sinonjs/sinon/commit/a68dac198"><code>a68dac19</code></a> fix: throw a clear error when throwArg index equals the argument count (<a href="https://redirect.github.com/sinonjs/sinon/issues/2743">#2743</a>) (spokodev) <blockquote> <ul> <li>fix: throw a clear error when throwArg index equals the argument count</li> </ul> <p>spyCall.throwArg(pos) guarded with pos > this.args.length, so calling it with pos equal to the number of recorded arguments slipped past the guard and reached throw this.args[pos], throwing undefined instead of the intended TypeError. A thrown undefined cannot be inspected as an Error and is reported by test frameworks as no exception thrown.</p> <p>Use >= to match ensureArgs in behavior.js and the sibling callArg helpers, which already reje... (continued)
7305 of 8052 branches covered (90.72%)
Branch coverage included in aggregate %.
13984 of 14585 relevant lines covered (95.88%)
5252.49 hits per line
| ID | Flag name | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|---|
| 1 | cli | 34824516706.1 | 28 |
95.02 |
GitHub Action Run | |
| 2 | server | 34824516706.2 | 26 |
93.1 |
GitHub Action Run | |
| 3 | fs | 34824516706.3 | 22 |
89.91 |
GitHub Action Run | |
| 4 | logger | 34824516706.4 | 15 |
100.0 |
GitHub Action Run | |
| 5 | builder | 34824516706.5 | 76 |
94.17 |
GitHub Action Run | |
| 6 | project | 34824516706.6 | 80 |
94.04 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|