gap-packages / RepnDecomp

Decompose representations of finite groups into irreducibles
https://gap-packages.github.io/RepnDecomp
GNU General Public License v3.0
10 stars 2 forks source link

Update Travis CI and Codecov to move it closer to the default one for GAP packages #6

Closed olexandr-konovalov closed 4 years ago

olexandr-konovalov commented 4 years ago

This PR:

The only distinction of .travis.yml here from e.g. the one in https://github.com/gap-packages/example is that RepnDecomp also calls ./makedoc.sh to extract manual examples into a test files (while some other packages extract examples too, but keep them under version control).

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   48.59%   45.28%   -3.31%     
==========================================
  Files          29       25       -4     
  Lines        1455     1367      -88     
==========================================
- Hits          707      619      -88     
  Misses        748      748
Impacted Files Coverage Δ
PackageInfo.g
tst/testall.g
init.g
read.g

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e6d43c3...2464f07. Read the comment docs.

olexandr-konovalov commented 4 years ago

@kaashif this is ready to be merged. The slight decrease in code coverage is due to us ignoring these files by default:

ignore:
  - "PackageInfo.g"
  - "init.g"
  - "read.g"
  - "tst/*"     # ignore test harness code
  - "tst/**/*"  # ignore test harness code