Skip to content
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

Add custom file format for simplecov coverage type #523

Closed

Conversation

SokolAndrey
Copy link

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).

glkz and others added 6 commits May 13, 2024 14:04
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
Copy link

CLAassistant commented Jul 8, 2024

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.

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

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 610249 lines exceeds the maximum allowed for the inline comments feature.

Copy link

codeclimate bot commented Jul 8, 2024

Code Climate has analyzed commit 34fa698 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.

@SokolAndrey SokolAndrey closed this Jul 8, 2024
@SokolAndrey SokolAndrey deleted the as/simplecov_latest_version branch July 8, 2024 18:59
@SokolAndrey SokolAndrey restored the as/simplecov_latest_version branch July 8, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants