Commit fc12c70
fix: split test/coverage scripts for Node 20 compat
Node 20 doesn't support --test-coverage-* threshold flags.
- test: basic test run (all Node versions)
- test:coverage: full coverage enforcement (Node 22+)
- check: lint + test:coverage
- CI: Node 22 runs check, Node 20 runs lint + test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ce1ebf2 commit fc12c70
2 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments