Closed olexandr-konovalov closed 4 years ago
Merging #6 into master will decrease coverage by
3.3%
. The diff coverage isn/a
.
@@ 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.
@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
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).