codecov-haskell icon indicating copy to clipboard operation
codecov-haskell copied to clipboard

codecov.io support for haskell code coverage with hpc

Results 6 codecov-haskell issues
Sort by recently updated
recently updated
newest added

Environment variable reference: https://github.com/codecov/codecov-python/blob/8b9ec3989477c0276158f807a4643d431be288a8/codecov/__init__.py#L82-L148

enhancement

Hi, I recently tried codecov-haskell and it seems that it fails to install. Here is the log: ``` While building package codecov-haskell-0.5.0 using: /home/travis/.stack/setup-exe-cache/x86_64-linux/Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2 --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 build --ghc-options " -ddump-hi -ddump-to-file"...

See https://travis-ci.org/TokTok/hstox/builds/142282190#L705 The last line is: `codecov-haskell: Maybe.fromJust: Nothing`

Starting from Cabal 1.22 / GHC 7.10, the hpc data output directory seems to have changed. Instead of dist/hpc/, the data files are now located under dist/hpc/vanilla/. Therefore, using hpc-coveralls...

bug

Work branch: https://github.com/guillaume-nargeot/codecov-haskell/tree/expression-level-coverage Some initial changes were made in a420f6f5ddeb36fade0bb2706b97f007ae512fee and 2c8ca354127912b5b6c622d4a282e065b629e843 to propagate additional information required to compute expression level coverage. The remaining work consist in performing the following...

enhancement

> I'll edit this message soon and elaborate, just needed to get it posted for the moment Couple of env variables missing - here is a list of one's we...