agilgur5 / react-signature-canvas

A React wrapper component around signature_pad (in < 150 LoC). Unopinionated and heavily updated fork of react-signature-pad
https://agilgur5.github.io/react-signature-canvas/
Other
528 stars 115 forks source link

ci: migrate to GitHub Actions w/ matrix #84

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

Migrate from Travis CI to GitHub Actions plus add a testing matrix

Details

agilgur5 commented 2 years ago

Welp, Node 18 is having some issues installing node-canvas, seems to be an upstream issue: https://github.com/Automattic/node-canvas/issues/2025

Will remove Node 18 from the matrix for now then

codecov[bot] commented 2 years ago

Codecov Report

Merging #84 (6888bf2) into main (3db849f) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #84   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           75        75           
  Branches         9         9           
=========================================
  Hits            75        75           

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 3db849f...6888bf2. Read the comment docs.

agilgur5 commented 2 years ago

Changed the required checks for the main branch to use one of the GH Actions checks instead of the Travis CI check