Commit 0e4b2ae
chore: verify all test:integration* scripts are exercised in CI (#7260)
Add validation to scripts/verify-exercised-tests.js to ensure all
test:integration* scripts are invoked by GitHub Actions workflows.
This prevents accidentally adding integration test scripts without
corresponding CI coverage. The check excludes test:integration:plugins,
which is a local convenience script whose tests are already fully
covered by test:plugins:ci in CI.
This validation complements the existing check for :ci suffixed scripts
and helps maintain comprehensive test coverage in CI.1 parent d7d9bef commit 0e4b2ae
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
931 | 943 | | |
932 | 944 | | |
933 | 945 | | |
| |||
0 commit comments