grodowski / undercover

undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports

Home Page:https://undercover-ci.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use on Heroku CI

IanVaughan opened this issue · comments

I'm not sure if I'm doing something wrong, but it doesn't look like a Heroku CI build dyno contains a copy of the .git repo.
As such there is no way for this tool to check against that and run correctly, am I correct?

I posted a more generic question attempting to double-check Heroku CI dyno here https://stackoverflow.com/questions/62377009/how-can-i-access-git-files-on-a-heroku-ci-dyno

Hi @IanVaughan and apologies for apparently ignoring this issue for so long. Have you found a solution?

Hiya, no we didn't, I don't think it's possible to fix due to the way Heroku builds the slug.
In the end we switched (was planning to anyway) to GitHub actions, and it works great on that!