From 33653d4d1cb1fea4d696ab22f6bdc16bacbfaf10 Mon Sep 17 00:00:00 2001 From: ahramy Date: Fri, 9 Aug 2024 14:48:25 -0700 Subject: [PATCH] docs: readme updates for coverage command (#271) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de33c116..08bd9720 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ REPORT_GAS=true npm run test Generate test coverage report ```bash -COVERAGE=true npm run test +npm run coverage ``` Test coverage reports of the `main` branch can also be found on [Codecov](https://app.codecov.io/gh/axelarnetwork/interchain-token-service).