1 parent 0a7f73c commit 0c67f7aCopy full SHA for 0c67f7a
1 file changed
util/coverage/coverage.ts
@@ -79,7 +79,7 @@ const isTranslationKeyMap = (key: string): key is MissingTranslationErrorType =>
79
};
80
81
// TODO: make it possible to click on a zone row and highlight/link to it.
82
-type exKeys = Exclude<keyof typeof kPrefixToCategory, '00-misc' | 'user'>;
+type exKeys = Exclude<keyof typeof kPrefixToCategory, '00-misc' | '99-custom' | 'user'>;
83
84
const exVersionToDirName: readonly exKeys[] = [
85
'02-arr',
0 commit comments