ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
115 stars 30 forks source link

[Fix] Correct the behavior of test function safeBigInt #140

Closed gibson042 closed 2 years ago

gibson042 commented 2 years ago

Ref 59efd18473384da014eba873307c16a4a11cfd66

codecov[bot] commented 2 years ago

Codecov Report

Merging #140 (e050b30) into master (2ad7fab) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head e050b30 differs from pull request most recent head 58ccaa0. Consider uploading reports for the commit 58ccaa0 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   95.47%   95.47%           
=======================================
  Files        1130     1130           
  Lines       15577    15577           
  Branches     3458     3458           
=======================================
  Hits        14872    14872           
  Misses        705      705           
Impacted Files Coverage Δ
2020/ToBigInt64.js 100.00% <100.00%> (ø)
2020/ToBigUint64.js 100.00% <100.00%> (ø)
2021/ToBigInt64.js 100.00% <100.00%> (ø)
2021/ToBigUint64.js 100.00% <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 2ad7fab...58ccaa0. Read the comment docs.