killy971
killy971
Would be nice if we could also cache comments
This means to release it as a debian package? It would speed up builds that use hpc-coveralls indeed. @EarthCitizen Do you know of a tutorial or simple documentation on how...
Implementing this may not be as simple as it seems, as we have to differentiate the lines that are Haskell code and the lines that are not (which would count...
Haskell code parser libraries: haskell-src-exts, ghc-parser
This is likely to be fixed by https://ghc.haskell.org/trac/ghc/ticket/9619 in GHC 7.10. hpc-coveralls still have to be fixed to fully support GHC 7.10 (issue #44)
TODO: add documentation
Someone created a pull request to add a similar feature to codecov-haskell: guillaume-nargeot/codecov-haskell/pull/12 That change seems simpler, but I can't judge yet whether it provides the same flexibility as your...
I don't think it is possible yet. Can you please point me to an example repo with this architecture? I'll have a look at what can be done.
If I understand well, https://github.com/myfreeweb/sweetroll is an example project using stack? Can you please tell me where are the `*.tix` and `*.mix` files located in your project once you've run...
@rubik You're welcome to help adding support for stack to hpc-coveralls! It would be nice if we can keep the functionality backward compatible with cabal and be able to auto-detect...