Export coverage to CSV

Summary

Ability to export code coverage in CSV format

Description

The end goal, is that I want to cross check my visitor analytics with code coverage.
and flag any controller actions that both receive visits and is lacking tests.

I would do the same with background jobs.
with proper job analytics and code coverage export.

I know simplecov has a parsable output file, but the extra step codecov does for me, is merge my 30 different subbuilds into one consumable coverage.

cheers,

Versions

using ruby, rspec, cucumber, selenium, rails, buildkite, docker, aws.

also,
jasmine/teaspoon, firefox and chrome and phantomjs still

Hi @mathieujobin, we probably won’t implement this in the near future, but you can pull down the report sent to Codecov using the -q parameter.