Policy Coverage (#149)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-02-19 19:10:13 -08:00
committed by GitHub
parent f3d9652a73
commit d3d5367fd4
14 changed files with 141 additions and 104 deletions
+4 -3
View File
@@ -14,7 +14,8 @@ cases:
k = input.k
}
query: data.test
uncovered: [
[ 5, 7 ]
]
report:
- covered: [3, 6]
not_covered: [5, 7]