gcov/lcov support #44
Comments
|
That sounds interesting but I'm not aware of all the details of gcov or other formats, so I don't know how much work would be involved. Most likely I won't be able to work on it but would be glad to help you along and accept a PR if you are interested in working on it.
Take a look at https://github.com/kputnam/piggly/blob/master/lib/piggly/command/report.rb to get an idea of how the report data is generated. You would probably create something analogous to Compiler::CoverageReport which is being used from Reporter::Procedure.
…On Tue, Jun 18, 2019, at 10:46 AM, oldmud0 wrote:
Hi, I'm very interested in this library, but I would like to integrate it into existing code coverage tools. Is there any way to export the code coverage to an ubiquitous intermediate format, such as gcov, that can be read in by services such as Coveralls?
It seems that I am covering new ground trying to unit-test some PL/pgSQL code that will be used in production.
Thanks in advance.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#44?email_source=notifications&email_token=AABZSFSDO6RAYATHXK6B6BDP3D7MLA5CNFSM4HZBNZKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G2FZUHQ>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AABZSFWQZ3ESY5MYFBDAVBLP3D7MLANCNFSM4HZBNZKA>.
|
|
Thanks for your fast response. Unfortunately, I don't have experience with Ruby - I'd be flapping around for a week before I began to do something meaningful. Oh, well, it's not that big of a deal - thanks for your help anyway. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Hi, I'm very interested in this library, but I would like to integrate it into existing code coverage tools. Is there any way to export the code coverage to an ubiquitous intermediate format, such as gcov, that can be read in by services such as Coveralls?
It seems that I am covering new ground trying to unit-test some PL/pgSQL code that will be used in production.
Thanks in advance.
The text was updated successfully, but these errors were encountered: