File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,21 @@ All files | 81.81 | 66.66 | 80 | 88.88 |
24
24
- ** Branches** = true/false branches for each keyword
25
25
- ** Functions** = Subschemas
26
26
27
+ ## Limitations
28
+
29
+ The following are know limitations I'm hopeful can be addressed.
30
+
31
+ - Coverage can only be reported for ` **/*.schema.json ` and ` **/schema.json `
32
+ files.
33
+ - Coverage can't be reported for embedded schemas.
34
+ - Schemas in YAML aren't supported.
35
+ - Custom vocabularies aren't supported.
36
+ - There's no way to load schemas.
37
+ - Invalid schemas cause an error to be thrown.
38
+ - Coverage maps are generated in the order they're loaded from the filesystem.
39
+ If one references a schema that hasn't been generated yet, an error will be
40
+ thrown.
41
+
27
42
## Vitest
28
43
29
44
Integration with vitest is provided. You'll need a vitest config specifically
You can’t perform that action at this time.
0 commit comments