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

Feed metric 'executable_lines_data' when SQ >= 6.2 #155

Closed
fmallet opened this issue Mar 31, 2017 · 2 comments
Closed

Feed metric 'executable_lines_data' when SQ >= 6.2 #155

fmallet opened this issue Mar 31, 2017 · 2 comments
Assignees
Labels
Area: SQ Plugin Java plugin related issues.
Milestone

Comments

@fmallet
Copy link
Contributor

fmallet commented Mar 31, 2017

As a replacement of the "force coverage to zero" feature, the plugin should provide for every executable file a measure that will tell platform what are executable lines (ie lines to cover by tests).

Note that the metric was introduced before 6.2 but due to an issue, measure should only be provided when runtime is 6.2+.

Contributes to MMF-739

@fmallet fmallet added this to the 6.0 milestone Mar 31, 2017
@valhristov valhristov self-assigned this Apr 27, 2017
@valhristov valhristov modified the milestones: 5.11, 5.10 Apr 28, 2017
@valhristov valhristov removed their assignment Apr 28, 2017
@valhristov valhristov modified the milestones: 5.11, near-future May 5, 2017
@valhristov
Copy link
Contributor

We need to mind the ExcludeFromCodeCoverage attribute and not report executable lines of code for that file (see related issue above)

@michalb-sonar
Copy link
Contributor

Addressed by #873 #872 #871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: SQ Plugin Java plugin related issues.
Projects
None yet
Development

No branches or pull requests

4 participants