-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add stack support #69
base: master
Are you sure you want to change the base?
Conversation
183bd05
to
651d9db
Compare
Someone created a pull request to add a similar feature to codecov-haskell: killy971/codecov-haskell/pull/12 |
651d9db
to
f2f800e
Compare
@guillaume-nargeot OK, I modified my changes to refer to killy971/codecov-haskell#12 My changes provide below searching flows:
And, to detect stack:
|
f2f800e
to
1544d05
Compare
1 similar comment
Can you merge this? I am currently trying to move the hpc generated by stack into cabal's place, but it is failing horribly. Or just some pointer toward what I am doing wrong will help, thx |
@MarisaKirisame While we wait on it being merged, I just built it in a fork: Install binary (I did it once in my Docker image):
Upload report:
Timeout is there because it just hangs after a successful upload for a more than a minute for some reason. |
Thx, I had already used stack-hpc-coveralls, it is working well. @jBugman |
resolve #47
Notice