-
Notifications
You must be signed in to change notification settings - Fork 363
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
Vote: default behavior invalid issues and messages #758
Comments
How should the plugin behave, please vote (see also discussion in #757): (1) invalid issue in a report (e.g. cppcheck, external, ...) (2) invalid measure in a report (e.g. unit tests, coverage, ...) (3) no report available (configuration file contains a property but no file found) |
We are voting for default behaviour.
On Mon, Jan 18, 2016, 18:40 Günter Wirth [email protected] wrote:
|
My vote is:
=> I think we need configuration items to define the behavior |
Still have some questions to this:
|
Proposal for switch |
Partly solved with #959 (invalid coverage reports) |
To speed up analysis the different reports could be generated on different workstation. One is doing the static code analysis, another one the unit tests and a third one the coverage measurement and so one. To forward the results there are two possibilities then:
To provide a generic solution the plugin should support configuration settings like:
I'm not sure if these are global settings or each sensor should have this? Solution of PR #757 is a partial solution doing this for code coverage.
What is your experience with this? Are there any other use cases?
Looking forward to get your feedback.
The text was updated successfully, but these errors were encountered: