ljharb / es-abstract

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

[Tests] migrate tests to Github Actions #119

Closed ljharb closed 4 years ago

ljharb commented 4 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 4 years ago

Codecov Report

Merging #119 (2b693d9) into master (ddbba60) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
+ Coverage   90.82%   90.94%   +0.11%     
==========================================
  Files         828      828              
  Lines       11541    11404     -137     
  Branches     2652     2597      -55     
==========================================
- Hits        10482    10371     -111     
+ Misses       1059     1033      -26     
Impacted Files Coverage Δ
2015/AbstractRelationalComparison.js 80.48% <100.00%> (ø)
2015/AdvanceStringIndex.js 100.00% <100.00%> (ø)
2015/ArrayCreate.js 92.59% <100.00%> (ø)
2015/ArraySetLength.js 57.40% <100.00%> (ø)
2015/ArraySpeciesCreate.js 100.00% <100.00%> (ø)
2015/Call.js 100.00% <100.00%> (ø)
2015/CanonicalNumericIndexString.js 100.00% <100.00%> (ø)
2015/CreateDataProperty.js 100.00% <100.00%> (ø)
2015/CreateDataPropertyOrThrow.js 92.85% <100.00%> (ø)
2015/CreateHTML.js 100.00% <100.00%> (ø)
... and 291 more

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 2517f0b...2b693d9. Read the comment docs.