We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacdfb9 commit 2211dc9Copy full SHA for 2211dc9
1 file changed
src/main/resources/wfc/schemas/report.yaml
@@ -162,7 +162,9 @@ $def:
162
type: object
163
properties:
164
total_number:
165
- description: "The total number of potential faults identified in the generated test suites."
+ description: "The total number of potential faults identified in the generated test suites. \
166
+ Each fault is uniquely identified with its 'code' category and 'context'. \
167
+ Note that different tests can detect the same fault, and a test case can detect several different faults."
168
type: integer
169
minimum: 0
170
found_faults:
0 commit comments