Skip to content

Commit

Permalink
Update one of the outcomes for fail_uncoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws authored Jan 12, 2024
1 parent 29af80d commit 709253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/src/rfcs/0003-cover-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This option will be integrated within the framework of [Global Conditions](https

Using the `--fail-uncoverable` option will enable the global condition with name `fail_uncoverable`.
Following the format for global conditions, the outcome will be one of the following:
1. `` - fail_uncoverable: FAILURE (encountered one or more cover statements which were not satisfied)``
1. `` - fail_uncoverable: FAILURE (expected all cover statements to be satisfied, but at least one was not)``
2. `` - fail_uncoverable: SUCCESS (all cover statements were satisfied as expected)``

Note that the criteria to achieve a `SUCCESS` status depends on all properties of the `"cover"` class having a `SATISFIED` status.
Expand Down

0 comments on commit 709253b

Please sign in to comment.