From 946d24ac51666b32495efa2e703788a3127e5c10 Mon Sep 17 00:00:00 2001 From: "Chidozie C. Okafor" <39489124+doziestar@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:08:23 +0200 Subject: [PATCH] refactor: Remove unused code and add main package to internal/ai/cmd/main.go --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7479556..3510fd4 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,16 @@ Run the tests with: ```bash go test ./... cd web && yarn test && cd .. + +// or + +go test -v -race -coverprofile=pkg/coverage.txt -covermode=atomic ./internal/auth/... +``` + +To ensure that the code meets our standards, run the pre-commit hooks: + +```bash +pre-commit run --all-files ``` ### Linting