Skip to content

Commit 1fa09f2

Browse files
committed
Update CONTRIBUTING.md
1 parent 46e0840 commit 1fa09f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre-commit install # Install git pre-commit hooks
1010
Run unit tests with coverage:
1111

1212
```shell
13-
py.test --cov=./ --cov-report=html # Open htmlcov/index.html in your browser
13+
py.test --cov=binarytree --cov-report=html # Open htmlcov/index.html in your browser
1414
```
1515

1616
Build and test documentation:

0 commit comments

Comments
 (0)