Correct analyze_outcomes.py identation

Signed-off-by: Tomás González <[email protected]>
This commit is contained in:
Tomás González
2023-08-22 12:18:04 +01:00
parent 5022311c9d
commit a0631446b5
+1 -1
View File
@@ -86,7 +86,7 @@ def analyze_coverage(results, outcomes, allow_list, full_coverage):
elif hits != 0 and key in allow_list:
# Test Case should be removed from the allow list.
if full_coverage:
results.error('Allow listed test case was executed: {}', key)
results.error('Allow listed test case was executed: {}', key)
else:
results.warning('Allow listed test case was executed: {}', key)