Closed philschatz closed 7 years ago
As part of https://github.com/openstax/napkin-notes/issues/68 this switches from coveralls to codecov.
I was not sure about a couple things but took some defaults:
While running eval "$(rbenv init -)" && gem install bundler && bundle install I got the same error as https://github.com/openstax/exercises/pull/184 so I was unable to update the Gemfile.lock and I do not know how to proceed.
eval "$(rbenv init -)" && gem install bundler && bundle install
Gemfile.lock
No coverage report found for master at 0e95407. Powered by Codecov. Last update 0e95407...11cac5e
No coverage report found for master at 0e95407.
Powered by Codecov. Last update 0e95407...11cac5e
As part of https://github.com/openstax/napkin-notes/issues/68 this switches from coveralls to codecov.
I was not sure about a couple things but took some defaults:
Problems
While running
eval "$(rbenv init -)" && gem install bundler && bundle install
I got the same error as https://github.com/openstax/exercises/pull/184 so I was unable to update theGemfile.lock
and I do not know how to proceed.