gap-packages / grape

GRaph Algorithms using PErmutation groups
https://gap-packages.github.io/grape/
5 stars 7 forks source link

Add initial GitHub Actions support #22

Closed wilfwilson closed 3 years ago

wilfwilson commented 3 years ago

This replicates the Travis jobs that test Grape in the normal way with GAP master, stable-4.11, stable-4.10, and stable-4.9. It still uploads its results to codecov.

It still lacks the 32-bit job and the GRAPE_NAUTY=false job.

wilfwilson commented 3 years ago

To see the results of this, you might need to enable GitHub Actions for this repository at on the Actions tab: https://github.com/gap-packages/grape/actions

codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (9d2e3da) into master (0232102) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   77.00%   77.00%           
=======================================
  Files           2        2           
  Lines        3771     3771           
=======================================
  Hits         2904     2904           
  Misses        867      867           
lhsoicher commented 3 years ago

Thanks @wilfwilson. I'll merge this pull request and see what happens!