-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: add ability to merge .info files together #32
Comments
Are you using
That said, I'll look into seeing how hard it would be to add that feature into fastcov itself. Would it be acceptable to merge fastcov json files and then spit out lcov format at the very end? Currently fastcov only generates lcov files, so I would have to add the ability to parse lcov files if that is a requirement. However, it would be fairly trivial to be able to merge fastcov json files (since it is just json) and then spit out lcov format for the final report:
|
Hi,
it would be really nice to have in fastcov the same option that lcov provides, i.e. the --add-tracefile option which allows you to merge together .lcov files (or .info files in fastcov case).
This allows to merge contributes from different runs of the same source tree from e.g. different containers...
The text was updated successfully, but these errors were encountered: