summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-28 00:09:17 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-28 00:09:17 +0200
commit2fc214d81d3dc471e92bd5539d9ae55d4897cb13 (patch)
treed3b0c643952f3d950c38a07b7a5f43e4804e5a84 /Makefile
parent15b844218c50b139b6f8ceaa22c052c297478464 (diff)
downloadwallet-core-2fc214d81d3dc471e92bd5539d9ae55d4897cb13.tar.gz
wallet-core-2fc214d81d3dc471e92bd5539d9ae55d4897cb13.tar.bz2
wallet-core-2fc214d81d3dc471e92bd5539d9ae55d4897cb13.zip
even better coverage settings (include all files)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bd45b86d..211be1435 100644
--- a/Makefile
+++ b/Makefile
@@ -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'