docs: update test coverage command in README

This commit is contained in:
2026-03-20 14:08:00 +05:30
parent 0b88ea0763
commit 5d50038845
+1 -1
View File
@@ -172,7 +172,7 @@ The test suite can generate a coverage report locally.
```bash ```bash
# Run tests with coverage (HTML report generated in ./coverage) # Run tests with coverage (HTML report generated in ./coverage)
bun test --coverage npm run coverage # or: bun run coverage
# Open the HTML report # Open the HTML report
open coverage/index.html # macOS open coverage/index.html # macOS
``` ```