Skip to content

Commit

Permalink
Default to allowing partial test coverage
Browse files Browse the repository at this point in the history
Currently, many test cases are not executed. A follow-up pull request will
take care of that. In the meantime, continue allowing partial test coverage.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
  • Loading branch information
gilles-peskine-arm committed Oct 9, 2024
1 parent 041a84d commit 96db2cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/scripts/analyze_outcomes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@


class CoverageTask(outcome_analysis.CoverageTask):
pass # We'll populate IGNORED_TESTS soon
# We'll populate IGNORED_TESTS soon. In the meantime, lack of coverage
# is just a warning.
outcome_analysis.FULL_COVERAGE_BY_DEFAULT = False


# The names that we give to classes derived from DriverVSReference do not
Expand Down

0 comments on commit 96db2cc

Please sign in to comment.