Files
regorus/tests/coverage/tests.yaml
Anand Krishnamoorthi d3d5367fd4 Policy Coverage (#149)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-02-19 19:10:13 -08:00

22 lines
331 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
report:
- covered: [3, 6]
not_covered: [5, 7]