push
github
645 of 1121 branches covered (57.54%)
Branch coverage included in aggregate %.
0 of 35 new or added lines in 7 files covered. (0.0%)
8 existing lines in 5 files now uncovered.2247 of 3964 relevant lines covered (56.69%)
1642.39 hits per line
|
NEW
|
const skipWatcher = (state) => {
|
× |
|
NEW
|
return (req, res, next) => {
|
× |
|
NEW
|
state.skipWatcherBuild() |
× |
| 4 |
|
|
|
NEW
|
res.on('finish', () => {
|
× |
|
NEW
|
setTimeout(() => {
|
× |
|
NEW
|
state.unskipWatcherBuild() |
× |
| 8 |
}, 500)
|
|
| 9 |
}) |
|
| 10 |
|
|
|
NEW
|
next() |
× |
| 12 |
} |
|
| 13 |
} |
|
| 14 |
|
|
|
NEW
|
module.exports = skipWatcher |
× |