Skip to content

Commit fd63b76

Browse files
committed
add to contributing docs
1 parent 9185221 commit fd63b76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ Run single test:
6565
uv run pytest tests/test_utils.py::test_get_fp32_parts
6666
```
6767

68+
Run coverage:
69+
```bash
70+
uv run pytest --cov=toploc --cov-report=term-missing --cov-report=html
71+
```
72+
6873
## Code Quality
6974

7075
Install pre-commit hooks:

0 commit comments

Comments
 (0)