brandonchinn178 / hpc-lcov

Convert HPC coverage output to LCOV format
http://hackage.haskell.org/package/hpc-lcov
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Integration of hpc-lcov into hpc #28

Open BinderDavid opened 1 year ago

BinderDavid commented 1 year ago

Hi,

I'm one of the new maintainers of the hpc binary: https://gitlab.haskell.org/hpc/hpc-bin

I would like to incorporate the functionality to emit lcov data directly into the hpc binary distributed with ghc. But since hpc is a binary distributed with ghc, we cannot depend on any third-party libraries, only boot libraries. So I would have to copy-paste your code from the src/ directory. I would of course add an attribution to you as the author of that code. This would probably be covered by the terms of the BSD-3 licence, but I wanted to check with you first if this is ok with you.

brandonchinn178 commented 1 year ago

Hi, sorry for the delay! You asked this right when my company was being acquired and I had to figure out how to get the repo transferred to my personal account.

Yes, I'd be honored to have this work merged into hpc! I look forward to better integration support within hpc itself!

BinderDavid commented 1 year ago

No worries :) Thanks, I will hopefully find some time soon to integrate it into the hpc tool.