HPC and coverage report

13 Sep
2017
13 Sep
'17
4:32 a.m.
Hello Everyone. To generate coverage, Haskellers use HPC. HPC has command report [--xml-output] ... which allows to get XML output of coverage. Jenkins CI "understands" Cobertura Coverage XML format, which is shown as code source marked with red/green/etc background lines - uncovered/covered code lines. Also it's possible to mark branches (if/else/etc). It's true for Python, Java, etc. Can HPC (or other Haskell tool) does the same, i.e. generate Cobertura-compatible XML (to be understandable by Jenkins CI) ? What peoples use for coverage reporting under Jenkins CI w/ Haskell ? Is this `hpc report --xml-output` compatible w/ Jenkins CI ? === Best regards, Paul
2806
Age (days ago)
2806
Last active (days ago)
0 comments
1 participants
participants (1)
-
Baa