ljharb / es-abstract

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

Exclude dot files from the testing sweep #141

Closed gibson042 closed 2 years ago

gibson042 commented 2 years ago

This notably results in ignoring swap files from vi(m).

codecov[bot] commented 2 years ago

Codecov Report

Merging #141 (e842abe) into master (4966434) will not change coverage. The diff coverage is n/a.

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

@@           Coverage Diff           @@
##           master     #141   +/-   ##
=======================================
  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% <0.00%> (ø)
2021/ToBigInt64.js 100.00% <0.00%> (ø)
2020/ToBigUint64.js 100.00% <0.00%> (ø)
2021/ToBigUint64.js 100.00% <0.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 4966434...c51b473. Read the comment docs.