gap-packages / walrus

Computational Methods for Finitely Generated Monoids and Groups
https://gap-packages.github.io/walrus
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Add License field to PackageInfo.g #23

Closed fingolfin closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   90.88%   90.87%   -0.02%     
==========================================
  Files          22       22              
  Lines        2458     2455       -3     
==========================================
- Hits         2234     2231       -3     
  Misses        224      224
Impacted Files Coverage Δ
gap/presentation.gi 94.09% <0%> (-0.06%) :arrow_down:
gap/walrus.gi 95.54% <0%> (-0.02%) :arrow_down:
gap/examples.gi 67.98% <0%> (ø) :arrow_up:
gap/presentation.gd 100% <0%> (ø) :arrow_up:
fingolfin commented 5 years ago

Rebased on master, now all that remains of this PR is the addition of a License field to PackageInfo.g. OK to merge, @markuspf ?