Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,20 +232,23 @@ Below is an example configuration for the Coverity checker:
coverity:
enabled: true
unclassified:
min: 0
max: 0
pending:
min: 0
max: 0
bug:
min: 2
max: 2
false_positive:
min: 0
max: -1
intentional:
min: 0
max: -1

As you can see, we have configured limits for 5 out of 5 Coverity Classifications. You can configure a minimum and a
maximum limit for the number of allowed Coverity defects that belong to the Classification.
The default value for both limits is 0.
A value of `-1` for `max` corresponds to effectively no limit (an infinite amount).
If one or more Classifications are missing from your configuration, the Coverity defects are counted and 0 are
allowed. To ignore certain classifications, modify the value for
Expand Down