Stop collecting coverage on all subsequent calls into files in $files during
this request
namespace HH;
function disable_per_file_coverage(
keyset<string> $files,
): void;
Parameters
keyset<string> $files
a list of paths to stop collecting coverage from
Returns