github-action
github-action copied to clipboard
support of coveralls JSON format
Are there plans to support the JSON format described in the API docs? This format is internal generated from the lcov info file. E.g. gcovr can create the internal file but not the lcov info file.
gcovr specifically has a --coveralls option for coveralls-specific output, but it seems this action cannot ingest it?
The coveralls action doesn't use the coveralls JSON format, instead it needs the lcov info format.