gap-packages / guava

GAP package guava - computations relative to error-correcting codes
https://gap-packages.github.io/guava
Other
13 stars 7 forks source link

Update Travis integration, test on macOS #48

Closed fingolfin closed 5 years ago

fingolfin commented 5 years ago

I have no idea (yet) how to test on Windows with Travis, though; so far we always used AppVeyor for that, though it would certainly be nice to also use Travis for it, if only because it's easier to learn and remember how to use one service than two.

This partially addresses issue #40

codecov[bot] commented 5 years ago

Codecov Report

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

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   48.14%   48.57%   +0.43%     
==========================================
  Files          82       82              
  Lines       20236    19785     -451     
==========================================
- Hits         9742     9611     -131     
+ Misses      10494    10174     -320
Impacted Files Coverage Δ
src/leon/src/readdes.c 40.42% <0%> (+0.42%) :arrow_up:
lib/util.gd 100% <0%> (+31.16%) :arrow_up:
lib/util.gi 75.78% <0%> (+39.57%) :arrow_up:
fingolfin commented 5 years ago

@osj1961 OK to merge this?