Closed mroderick closed 2 years ago
Merging #2454 (7034d47) into main (18d5601) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head 7034d47 differs from pull request most recent head 0e97c26. Consider uploading reports for the commit 0e97c26 to get more accurate results
@@ Coverage Diff @@
## main #2454 +/- ##
=======================================
Coverage 95.97% 95.97%
=======================================
Files 39 39
Lines 1888 1888
=======================================
Hits 1812 1812
Misses 76 76
Flag | Coverage Δ | |
---|---|---|
unit | 95.97% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
lib/sinon/default-behaviors.js | 100.00% <ø> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 18d5601...0e97c26. Read the comment docs.
This has been published to the npm registry as sinon@14.0.0
This PR drops support for Node 12 and adds support for Node 18.
Purpose (TL;DR) - mandatory
How to verify
nvm install 18
npm install
npm test
Checklist for author
npm run lint
passes