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
report_untested_files: true # Flag to check & report Rego files that does NOT have corresponding test files. Optional, defaults to false.
33
35
```
34
36
35
37
<details>
@@ -143,6 +145,8 @@ Contributions are welcome! Please feel free to submit a Pull Request or open any
143
145
144
146
## 💬 Example Pull Request Comments
145
147
148
+
One of the testing steps is running the test workflow against this Action itself. You can see some live examples in the closed PR section, including this [example here](https://github.com/masterpointio/github-action-opa-rego-test/pull/9#issuecomment-2305253112).
149
+
146
150
- 
147
151
- Using `report_untested_files` to indicate policies without corresponding tests.
148
152
- 
0 commit comments