jakobbossek / ecr3vis

An evolutionary algorithm framework for R (currently limited to performance assessment of multi-objective randomized search heuristics).
https://jakobbossek.github.io/ecr3vis/
GNU General Public License v3.0
1 stars 0 forks source link

test-coverage #14

Closed jakobbossek closed 3 years ago

jakobbossek commented 3 years ago

Coveralls fails for GitHub actions. Possibly rcovr::coveralls() is travis-CI / appveyor specific. I have no clue. No idea how to fix this at the moment. Maybe switch to codecov?

Run covr::coveralls()
Request failed [422]. Retrying in 1.2 seconds...
Request failed [422]. Retrying in 1.9 seconds...
Error in covr::coveralls() : 
  Failed to upload coverage data. Reply by Coveralls: Couldn't find a repository matching this job.
Execution halted
Error: Process completed with exit code 1.
jakobbossek commented 3 years ago

Done via 3df37c8 (switched to codecov)