Commit 5636f0c
committed
test: allow setting clean as option for coverage
Allow running make coverage with CLEAN=true so that the coverage reports
can be generated and cleaned up afterwards (right now this is a
workaround but with the drawback that this creates another make process
Adjust coverage-clean so that it only removes the coverage/ dir if
CLEAN=false otherwise leave it intact
Update .gitignore to ignore the coverage/ dir
Refs: https://github.com/nodejs/node/pull/15190/files#r136934721
Fixes: nodejs#152141 parent d932e80 commit 5636f0c
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| 177 | + | |
| 178 | + | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
| |||
0 commit comments