alan-turing-institute / network-comparison

An R package implementing the NetEMD and NetDis network comparison measures
MIT License
14 stars 3 forks source link

Speed up code coverage processing #103

Open martintoreilly opened 6 years ago

martintoreilly commented 6 years ago

Calculating code coverage takes almost half the Travis CI run time when using the default C++ compiler version (see build 1067). Total build is 13 min 53 sec. $ Rscript -e 'library(covr); codecov()' takes 374.45s (6 min 14 sec).