archived-codacy / ruby-codacy-coverage

DEPRECATED Post coverage results to Codacy
12 stars 11 forks source link

Fix cannot open log file when run with Rails project #19

Closed arthurhuangzh closed 8 years ago

arthurhuangzh commented 8 years ago

closes https://github.com/codacy/ruby-codacy-coverage/issues/17

pedrorijo91 commented 8 years ago

thanks @arthurhuangzh ! Let us just find out what's happening on circleci before merging this

pedrorijo91 commented 8 years ago

LGTM. @arthurhuangzh when running in a non-git directory, make sure you pass the commit as an env variable. the reporter needs to send the coverage and the corresponding commit (check git.rb)