Closed antoniobg closed 7 years ago
Thank you very much @maxjacobson, I think I've addressed all the issues you mentioned.
@maxjacobson it failed because it was taken the branch name of this PR pull\168
, and the spec was expecting the branch name master
.
No worries and thank you for accepting the PR!
We run into this issue https://github.com/codeclimate/ruby-test-reporter/issues/156 where we couldn't get the test coverage to work unless we included the
.git
folder in the docker image. We've forked the repository and now we pass an environment variable with the date of the last commit, so we don't need to include that.git
folder. Not sure if it's something you want to include in your repository, but just in case I'm creating the PR.