gap-packages / grape

GRaph Algorithms using PErmutation groups
https://gap-packages.github.io/grape/
5 stars 7 forks source link

Ignore the nauty directory when calculating code coverage #21

Closed wilfwilson closed 3 years ago

wilfwilson commented 3 years ago

We can assume that the purpose of the tests in the package are to test GRAPE rather than nauty.

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (7e6432b) into master (f9c5f37) will increase coverage by 16.89%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #21       +/-   ##
===========================================
+ Coverage   60.11%   77.00%   +16.89%     
===========================================
  Files           9        2        -7     
  Lines        6469     3771     -2698     
===========================================
- Hits         3889     2904      -985     
+ Misses       2580      867     -1713     
Impacted Files Coverage Δ
nauty22/nautinv.c
nauty22/naugraph.c
nauty22/nautil.c
nauty22/naututil.c
nauty22/nauty.c
nauty22/rng.c
nauty22/dreadnaut.c
lhsoicher commented 3 years ago

Thank you @wilfwilson