gap-packages / grape

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

Travis: test against bliss #14

Closed fingolfin closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #14 into master will increase coverage by 1.17%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   59.99%   61.17%   +1.17%     
==========================================
  Files           9        9              
  Lines        6532     6532              
==========================================
+ Hits         3919     3996      +77     
+ Misses       2613     2536      -77
Impacted Files Coverage Δ
lib/grape.g 79.08% <0%> (+2.06%) :arrow_up:
fingolfin commented 5 years ago

@lhsoicher wow, it seems to have worked on the first try, good :-). We can see that it was succesful by looking at the Codecov report; it shows an increase of the total coverage by +1.17%, and 77 new lines of code are covered. More specifically, on https://codecov.io/gh/gap-packages/grape/pull/14/changes we can see (after expanding the info for file lib/grape.g that indeed PrintStreamBlissGraph, ReadOutputBliss and SetAutGroupCanonicalLabellingBliss were executed now.

lhsoicher commented 5 years ago

Looks good. Thanks. Merged pull request.