Commit 5c4925e
committed
build(tok): add test-new and cover-new Makefile targets for Round 2 packages
Add convenience targets for faster iteration on the packages ported
in this session:
make test-new — runs only the new packages with -race (3-6s)
make cover-new — shows coverage for new packages only
Packages covered: internal/compress, internal/extract, internal/tracking
Usage:
make test-new # fast local iteration on new code
make cover-new # check coverage on new code before pushing
make test-race # full test suite (CI-recommended)1 parent 343d9f4 commit 5c4925e
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| |||
0 commit comments