commercialhaskell/stack

Pass options to HPC (like --xml-output)

オープン

#4,307 opened on 2018/09/11

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (848 件のフォーク)batch import
component: benchmarkcomponent: coveragecomponent: options parsingcomponent: profilinghelp wantedtype: enhancement

Repository metrics

Stars
 (4,060 個のスター)
PR merge metrics
 (PR metrics pending)

説明

I could not find a way to pass options to HPC (as documented in https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/profiling.html#hpc-report).

The one I am particularly interested in is --xml-output to be able to parse coverage (and hopefully convert it into SonarQube-compatible code coverage later). I could not find an equivalent in stack, stack hpc or stack hpc report documentation/help.

コントリビューターガイド