You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure that the user's .rego files are fully tested.
Implementation details
opa --coverage currently only generates coverage info in JSON format, which would have to be translated into IntelliJ's internal format (as raised in open-policy-agent/opa#3219)
The text was updated successfully, but these errors were encountered:
What would you like to be added
Integration with IntelliJ's coverage system.
Why is this needed
To ensure that the user's .rego files are fully tested.
Implementation details
opa --coverage
currently only generates coverage info in JSON format, which would have to be translated into IntelliJ's internal format (as raised in open-policy-agent/opa#3219)The text was updated successfully, but these errors were encountered: