Rename IGNORED_TESTS to UNCOVERED_TESTS

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2026-04-05 20:41:58 +02:00
parent 7b0cc09213
commit 278dbecd97

View File

@@ -33,7 +33,7 @@ class CoverageTask(outcome_analysis.CoverageTask):
r'.*\b(?:' + r'|'.join(words) + r')\b.*',
re.DOTALL)
IGNORED_TESTS = {
UNCOVERED_TESTS = {
'ssl-opt': [
# We don't run ssl-opt.sh with Valgrind on the CI because
# it's extremely slow. We don't intend to change this.