covr::coveralls() is not working (no remote project) and should be removed from travis since covr::codecov() is already working and has been setup.
$ Rscript -e 'covr::coveralls(); covr::codecov()'
Warning: namespace ‘ggnetwork’ is not available and has been replaced
by .GlobalEnv when processing object ‘’
Warning: namespace ‘ggnetwork’ is not available and has been replaced
by .GlobalEnv when processing object ‘’
Error in covr::coveralls() :
Failed to upload coverage data. Reply by Coveralls: Couldn't find a repository matching this job.
Execution halted
covr::coveralls()
is not working (no remote project) and should be removed from travis sincecovr::codecov()
is already working and has been setup.