summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-04 14:13:56 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-04 14:13:56 +0530
commit8139608a3bf11bc6b5c6d83781ccab9c16584692 (patch)
treefa2f43dff8a62a6dd44bfd4b2f159f203a053b10 /README
parent3c57820df0711f301e69adb0f4b8a91f0905cc0c (diff)
downloadwallet-core-8139608a3bf11bc6b5c6d83781ccab9c16584692.tar.gz
wallet-core-8139608a3bf11bc6b5c6d83781ccab9c16584692.tar.bz2
wallet-core-8139608a3bf11bc6b5c6d83781ccab9c16584692.zip
coverage
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 93eaf4ed3..80242dead 100644
--- a/README
+++ b/README
@@ -25,3 +25,10 @@ taler-integrationtests package:
The test runner accepts a bash glob pattern as parameter. Individual tests can
be run by specifying their name.
+
+To check coverage, use nyc from the root of the repository and make sure that the taler-wallet-cli
+from the source tree is executed, and not the globally installed one:
+
+ PATH="$PWD/packages/taler-wallet-cli/bin:$PATH" \
+ nyc ./packages/taler-integrationtests/testrunner '*'
+