8c6794b6 / hpc-codecov

Generate reports from hpc data
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Hello! #1

Closed brandon-leapyear closed 3 years ago

brandon-leapyear commented 4 years ago

Hello, just writing this ticket to express my disappointment that you beat me to this haha. I've been working on this at https://github.com/LeapYear/hpc-codecov.

Maybe we could merge efforts somehow? I might also change gears and see about generating an lcov report instead, which should be more general to other coverage services

8c6794b6 commented 4 years ago

Wow ... what a coincidence :astonished:

Maybe we could merge efforts somehow?

Sure, if you have any idea, I'm happy to hear.

I might also change gears and see about generating an lcov report instead, which should be more general to other coverage services

I once thought about lcov (and gcov) too, since Codecov and Code Climate support those formats. It shall be useful if one prefers other services than Codecov.

I also thought about something like pandoc-for-code-coverage. However, after a bit more thought, I couldn't convince myself with meaningful use of such general-purpose code coverage utility. Maybe I'm wrong, and not sure whether similar utilities already exist.