diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ check: tsc yarn-install .PHONY: coverage coverage: tsc yarn-install - $(nyc) $(ava) 'build/**/*-test.js' + $(nyc) --all $(ava) 'build/**/*-test.js' |