sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.64k stars 771 forks source link

Fix mochify breaking on node:assert #2559

Closed fatso83 closed 11 months ago

fatso83 commented 11 months ago

Purpose (TL;DR) - mandatory

Fix mochify borking on node:assert

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8dbfd02) 96.03% compared to head (ea8ad15) 96.03%. Report is 1 commits behind head on main.

:exclamation: Current head ea8ad15 differs from pull request most recent head 44529c8. Consider uploading reports for the commit 44529c8 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2559 +/- ## ======================================= Coverage 96.03% 96.03% ======================================= Files 40 41 +1 Lines 1915 1918 +3 ======================================= + Hits 1839 1842 +3 Misses 76 76 ``` | [Flag](https://app.codecov.io/gh/sinonjs/sinon/pull/2559/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/sinonjs/sinon/pull/2559/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs) | `96.03% <100.00%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/sinonjs/sinon/pull/2559?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs) | Coverage Δ | | |---|---|---| | [lib/create-sinon-api.js](https://app.codecov.io/gh/sinonjs/sinon/pull/2559?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs#diff-bGliL2NyZWF0ZS1zaW5vbi1hcGkuanM=) | `100.00% <100.00%> (ø)` | | | [lib/sinon.js](https://app.codecov.io/gh/sinonjs/sinon/pull/2559?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs#diff-bGliL3Npbm9uLmpz) | `100.00% <100.00%> (ø)` | | | [lib/sinon/colorizer.js](https://app.codecov.io/gh/sinonjs/sinon/pull/2559?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs#diff-bGliL3Npbm9uL2NvbG9yaXplci5qcw==) | `100.00% <ø> (ø)` | | | [lib/sinon/spy-formatters.js](https://app.codecov.io/gh/sinonjs/sinon/pull/2559?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs#diff-bGliL3Npbm9uL3NweS1mb3JtYXR0ZXJzLmpz) | `98.55% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.