codeclimate / test-reporter

Code Climate Test Reporter
MIT License
154 stars 76 forks source link

Add custom file format for simplecov coverage type #523

Closed SokolAndrey closed 2 months ago

SokolAndrey commented 2 months ago
Most of the repos I checked use this format for coverage files.
Which is something between the legacy and new version.
The main differences that this format has:
 - there is no metadata fields;
 - it contains high level name, which can be configured by the users;
 - it uses lines and branches primitives (same as the new version).
CLAassistant commented 2 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 3 committers have signed the CLA.

:x: psarna
:x: glkz
:x: SokolAndrey
You have signed the CLA already but the status is still pending? Let us recheck it.

codeclimate[bot] commented 2 months ago

Code Climate has analyzed commit 34fa698f and detected 4 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1
Duplication 2
Bug Risk 1

View more on Code Climate.