|
Ran
|
Files
53
|
Run time
198min
|
Badge
README BADGES
|
push
github
Fix bool enums (#1080) * add (failing) test case for boolean enum and const values failing with: ``` [ { code: 1, data: { schemaUri: [ 'file:///default_schema_id.yaml' ], values: [ true, false ] }, message: 'Value is not accepted. Valid values: true, false.', range: { end: { character: 15, line: 0 }, start: { character: 11, line: 0 } }, severity: 1, source: 'yaml-schema: file:///default_schema_id.yaml' } ] ``` * fix the issue for `boolean` values in `enum` this is the same fix for `enum` that has been applied a while back for `const` values here: https://github.com/redhat-developer/yaml-language-server/commit/e6165e4cf fixes issue: https://github.com/redhat-developer/yaml-language-server/issues/1078 --------- Co-authored-by: xxx <xxx>
2165 of 2741 branches covered (78.99%)
Branch coverage included in aggregate %.
3383 of 3870 relevant lines covered (87.42%)
3285.94 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|