commercialhaskell/stack

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

開放

#4,307 建立於 2018年9月11日

 (3 則留言) (0 個反應) (0 位負責人)Haskell (848 個分叉)batch import
component: benchmarkcomponent: coveragecomponent: options parsingcomponent: profilinghelp wantedtype: enhancement

倉庫指標

星標
 (4,060 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南