-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running "stack install --test --coverage"? #1006
Comments
To give you folks a bit more insights:
Is it possible that the |
Ah, this actually turned out to be a rather trivial thing to fix. Not sure why the problem wasn't obvious before, perhaps because it has nothing to do with the main coverage stuff. Pretty sure that the issue is that it's trying to create an index of all the hpc reports by listing the contents of a directory. The directory doesn't get created if no reports get generated. Can you still reproduce the issue? Does the commit I've just pushed fix it? Please close if so :D Thanks! |
Hey @mgsloan , I will make sure to give this a spin as soon as I'll have a chance and report back (closing the issue in case). Thanks! |
@mgsloan Close enough! Now I'm getting a slightly different error: |
@adinapoli Hah, doh! Fix pushed. |
Perfect, working as expected now! Thanks! Ps. I seems to not be able to close the issue! Please do! |
Awesome, thanks for trying my fixes! |
Reported by Alfredo Di Napoli, in this PR.
Can this be reproduced with a publicly accessible repo?
The text was updated successfully, but these errors were encountered: