Commit e29086b
committed
fix(ci): restore CodeQL coverage of the data-drain test route
Review round 1.
- Drop the '**/test/**' and '**/tests/**' globs. A `test` directory is a
routable Next.js path segment, and those globs excluded
apps/sim/app/api/organizations/[id]/data-drains/[drainId]/test/route.ts —
a POST handler that authorizes, decrypts destination credentials and makes
an outbound request. CodeQL paths-ignore has no `!` negation to carve it
back out, and the globs only covered 76 of 12,716 files.
- Add `ready_for_review` to the pull_request activity types. It is not a
default type, so a PR opened as a draft and later marked ready was skipped
by the draft guard and never rescanned until the next push.1 parent 551d182 commit e29086b
2 files changed
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments