Commit 94cb272
committed
fix: exclude patchloomCli.test.js from coverage
The patchloomCli tests depend on the patchloom binary being on PATH.
In CI on Ubuntu, the binary is not available so tests skip, causing
the test file's coverage to drop from 88% to 17% and failing the
80% threshold. Exclude this environment-dependent test file from
coverage measurement.
Also add --test-coverage-include to limit coverage to source files
only (not test files) for cleaner measurement.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent f67e6f6 commit 94cb272
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments