kerschke / flacco

Feature-Based Landscape Analysis of Continuous and Constrained Optimization Problems
http://kerschke.github.io/flacco/
Other
60 stars 8 forks source link

Problems with coveralls and codecov #11

Closed kerschke closed 9 years ago

kerschke commented 9 years ago

Trying to run coveralls or codecov results in an error:

> coveralls()
Error in eval(expr, envir, enclos) : Object 'boundary' not found

> codecov()
Error in eval(expr, envir, enclos) : Object 'boundary' not found

As long as this error occurs, we can't really test anymore :-/

kerschke commented 9 years ago

It looks like the guys from covr solved that bug.