@@ -172,7 +172,7 @@ The test suite can generate a coverage report locally.
```bash
# Run tests with coverage (HTML report generated in ./coverage)
bun test --coverage
npm run coverage # or: bun run coverage
# Open the HTML report
open coverage/index.html # macOS
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.