diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-09-04 14:13:56 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-09-04 14:13:56 +0530 |
commit | 8139608a3bf11bc6b5c6d83781ccab9c16584692 (patch) | |
tree | fa2f43dff8a62a6dd44bfd4b2f159f203a053b10 /README | |
parent | 3c57820df0711f301e69adb0f4b8a91f0905cc0c (diff) |
coverage
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 '*' + |