inspect-js / which-typed-array

Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
MIT License
11 stars 4 forks source link

[Tests] migrate tests to Github Actions #47

Closed ljharb closed 3 years ago

ljharb commented 3 years ago

Per https://github.com/ljharb/object.assign/pull/81

travis-ci's new pricing plan, and its defaults, have caused all my ljharb repos to have zero CI whatsoever until December. @travis-ci Support is MIA, so I unfortunately can't rely on it as a service anymore.

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@b140492). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #47   +/-   ##
=========================================
  Coverage          ?   97.29%           
=========================================
  Files             ?        1           
  Lines             ?       37           
  Branches          ?        9           
=========================================
  Hits              ?       36           
  Misses            ?        1           
  Partials          ?        0           

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 b140492...803d4dd. Read the comment docs.