From 88e61d7521a11ee30acb752320a1f6a16515b886 Mon Sep 17 00:00:00 2001 From: Adam Gulczynski Date: Mon, 16 Oct 2023 12:02:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6bb2e..1c00a66 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Redis is used to perform tasks in the background such as sending verification or - `make test` to run all tests or - - `make test_coverage p={PATH}` - to get the coverage in the HTML format - where `{PATH}` is the path to the target directory for which you want to generate test coverage. The `{PATH}` should be replaced with the actual path you want to use. For example `./api` + - `make test_coverage p={PATH}` - to get the coverage in the HTML format - where `{PATH}` is the path to the target directory for which you want to generate test coverage. The `{PATH}` should be replaced with the actual path you want to use. For example `./internal/api` or - use standard `go test` commands (e.g. `go test -v ./internal/api`)