mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
docs: update test coverage command in README
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user