Files
regorus/tests/coverage/tests.yaml
Anand Krishnamoorthi f3d9652a73 Initial implementation of policy coverage (#146)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-02-18 22:16:53 -08:00

21 lines
304 B
YAML

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: basic
modules:
- |
package test
x = 1
y = k {
input.x == 5
k = input.k
}
query: data.test
uncovered: [
[ 5, 7 ]
]