Skip to content

Commit 2c20fe4

Browse files
committed
fix: contributing guideline fix
1 parent 7faf878 commit 2c20fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/home/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Run the following lines of code and ensure the <mark>unit tests pass</mark> and
7777
<mark>code coverage is 100%</mark>.
7878

7979
```console
80-
$ python -m pip install hatch
81-
$ hatch run cov
80+
$ python -m pip install pytest pytest-benchmark pytest-cov coverage
81+
$ pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree
8282
```
8383

8484
## Documentation

0 commit comments

Comments
 (0)