gap-packages / wedderga

Wedderburn Decomposition of Group Algebras
https://gap-packages.github.io/wedderga/
GNU General Public License v2.0
3 stars 6 forks source link

Fix CI in the divalg branch #60

Closed olexandr-konovalov closed 4 years ago

olexandr-konovalov commented 4 years ago

Taking two commits out of #59, as we need them earlier: they allow Travis CI to test pull requests to divalg branch, and modify package version to ensure that, if available, it has higher priority for loading, because of the version number ending with "dev".

codecov[bot] commented 4 years ago

Codecov Report

Merging #60 into divalg will increase coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           divalg      #60      +/-   ##
==========================================
+ Coverage   74.79%   74.81%   +0.01%     
==========================================
  Files          11       11              
  Lines        5309     5313       +4     
==========================================
+ Hits         3971     3975       +4     
  Misses       1338     1338              
Impacted Files Coverage Δ
lib/div-alg.gi 67.09% <0.00%> (+0.01%) :arrow_up:
lib/crossed.gi 73.91% <0.00%> (+0.14%) :arrow_up:
olexandr-konovalov commented 4 years ago

Nice! All 5 builds now pass in Travis, and all of them use the version from divalg branch!