-
Notifications
You must be signed in to change notification settings - Fork 10
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
[suricate] update sonar project metrics and new project coverage #45
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be the image of the project-coverage
widget itself, not the metrics
widget
usageExample: 'My branch' | ||
required: false | ||
- | ||
name: 'SURI_PULL_REQUEST' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation should be fixed (I know it is not fixed in every widget)
@@ -0,0 +1,4 @@ | |||
name: Metrics | |||
description: Display the selected Sonar metrics of a new code in an application |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New widget is only related to coverage, right? If yes, update the description so it specifies it only display Sonar coverage metrics
@@ -0,0 +1,4 @@ | |||
name: Metrics | |||
description: Display the selected Sonar metrics of a new code in an application | |||
technicalName: sonar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technical name should be more precise (and unique), something like sonarProjectCoverage
@@ -0,0 +1,57 @@ | |||
.widget.sonar { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After updating the technical name, think about updating CSS classes righ there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was not intended to be committed I guess 😄
in sonar/project metrics, add the coverage code
create a new project coverage metrics for the new code ( only the new code is concerned by the modifcation)