Ran
|
Jobs
3
|
Files
53
|
Run time
207min
|
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 %.
1 of 1 new or added line in 1 file covered. (100.0%)
3383 of 3870 relevant lines covered (87.42%)
9857.82 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 15615065999.1 | 53 |
83.92 |
GitHub Action Run | |
2 | 15615065999.2 | 53 |
83.92 |
GitHub Action Run | |
3 | 15615065999.3 | 53 |
83.92 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|