codecov/codecov-ruby

cannot load such file error. /lib/codecov/version

tknzk opened this issue · 4 comments

tknzk commented
Failure/Error: require "codecov"

LoadError:
  cannot load such file -- /app/vendor/bundle/ruby/2.6.0/gems/codecov-0.2.14/lib/codecov/version
# ./vendor/bundle/ruby/2.6.0/gems/codecov-0.2.14/lib/codecov.rb:9:in `require_relative'
# ./vendor/bundle/ruby/2.6.0/gems/codecov-0.2.14/lib/codecov.rb:9:in `<top (required)>'

Was just about to open an issue myself. I only see this issue in v0.2.14. I had to downgrade to v0.2.13 to get it to work again.

#118 fixes this issue.

This should be fixed via 0.2.15

I'm sorry, it happened after my changes, I didn't notice this line and it didn't affect CI.

I've created #123 with a try to prevent such errors in future in one of commits.