From 8d135de7bc3db38646fb88a71838353ab2834d7b Mon Sep 17 00:00:00 2001 From: Long Nguyen Date: Mon, 26 Feb 2024 20:43:18 -0600 Subject: [PATCH] polish(docs): describe how to toggle code coverage --- package/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/README.md b/package/README.md index 53e3fa6..4a7f0cd 100644 --- a/package/README.md +++ b/package/README.md @@ -65,6 +65,11 @@ TODO: cleanup and organize ## Testing Tests should all be in one file. This is to make sure wdio doesn't launch too many browsers in parallel. +You can enable code coverage by specifying `COVERAGE` environment variable to `true`. + +```sh +COVERAGE=true pnpm nx test manawave +``` ## License