Closed icecream17 closed 3 years ago
Merging #2724 (1d6057d) into master (2053290) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #2724 +/- ##
=======================================
Coverage 93.46% 93.46%
=======================================
Files 237 237
Lines 13213 13213
Branches 1900 1900
=======================================
Hits 12349 12349
Misses 864 864
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 2053290...1d6057d. Read the comment docs.
Please be sure to read the contributor's guide to the GitHub package before submitting any pull requests.
Requirements
Description of the Change
According to https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/,
Buffer(number)
should be replaced byBuffer.alloc(number)
Screenshot or Gif
Applicable Issues