ropensci-review-tools / pkgcheck

Check whether a package is ready for submission to rOpenSci's peer-review system
https://docs.ropensci.org/pkgcheck/
18 stars 6 forks source link

covr fails because gtags files are retained in src directory #130

Closed mpadge closed 2 years ago

mpadge commented 2 years ago
Error : Command ‘'/usr/bin/gcov' '/<path>/<to>/<repo>/src/common.gcno' '-p' '-o' '/<path>/<to>/<repo>/src'’ failed (139)

where .gcno is a ctags file.

mpadge commented 2 years ago

Nope, it's actually a covr issue, entirely reproducible but unlike to be addressed there, with currently 38 open issues going back years and just hanging unaddressed. That error is from the C files in geodist, so hopefully won't appear elsewhere.