The TestCoverageEvaluationPlugin hooks into the evaluation process of the
@hyperjump/json-schema
validator and uses the CoverageMapService to record when a keyword or
schema is visited. Once the evaluation process is completed, it contains an
istanbul coverage file. These files can then be
used to generate any report that supports istanbul.
The
TestCoverageEvaluationPlugin
hooks into the evaluation process of the @hyperjump/json-schema validator and uses theCoverageMapService
to record when a keyword or schema is visited. Once the evaluation process is completed, it contains an istanbul coverage file. These files can then be used to generate any report that supports istanbul.