Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGenerate code coverage report and upload to codecov.io #66
Conversation
f2aef9c
to
25eb964
|
Ok there are 2 issues:
The solution to both problems would be to take over the |
|
@mjarosie Can't help you with the first problem. I've only successfully setup coveralls.io not codecov
|
|
Speaking of the problem with codecov, it might be easier to switch to coveralls.io. There is a working solution on how you can set it up with a stack project. Here is an example: https://coveralls.io/github/lehins/massiv?branch=master |
1b4d346
to
bad4c31
|
Thanks, I'll give it a whirl next. I was thinking about using coveralls.io as well, I just couldn't find a working solution either. The example will be really useful! |
|
@mjarosie FYI, you can now use a static binary instead of recompiling stack-hpc-coveralls on each run |
|
Something along those line will work:
|
Resolves #46
I couldn't successfully install
codecov-haskelllocally and the repository wasn't updated since June 2017 so I've used codecov.io bash uploader instead of the haskell-specific tool as per the documentation:I think the .cabal file still needs to be changed a bit as hpc produces empty coverage reports for all libraries apart from
dense-linear-algebra, hence the PR is still WIP, will update after I fix it : )