Closed erich-9 closed 6 years ago
Merging #22 into master will increase coverage by
16.68%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #22 +/- ##
===========================================
+ Coverage 30.93% 47.62% +16.68%
===========================================
Files 35 68 +33
Lines 18129 23247 +5118
===========================================
+ Hits 5608 11071 +5463
+ Misses 12521 12176 -345
Impacted Files | Coverage Δ | |
---|---|---|
lib/modulehomalg.gd | 100% <0%> (ø) |
|
lib/modulehom.gd | 100% <0%> (ø) |
|
lib/functors.gd | 100% <0%> (ø) |
|
lib/groebnerdyndict.gd | 100% <0%> (ø) |
|
lib/inflist.gd | 100% <0%> (ø) |
|
lib/combinatorialrep.gd | 100% <0%> (ø) |
|
lib/present2.gd | 100% <0%> (ø) |
|
lib/derivedcat.gd | 100% <0%> (ø) |
|
lib/pathalg.gd | 100% <0%> (ø) |
|
lib/degorderfinitetype.gd | 100% <0%> (ø) |
|
... and 58 more |
Useful work @erich-9 ! I would even go further and converted this files to proper tests in the tst
directory. This will ensure that in the future they will be run regularly and such things will not happen again.
Some files in "examples" don't run correctly because some methods have been renamed etc. This should fix this problem.