We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0840 commit 1fa09f2Copy full SHA for 1fa09f2
1 file changed
CONTRIBUTING.md
@@ -10,7 +10,7 @@ pre-commit install # Install git pre-commit hooks
10
Run unit tests with coverage:
11
12
```shell
13
-py.test --cov=./ --cov-report=html # Open htmlcov/index.html in your browser
+py.test --cov=binarytree --cov-report=html # Open htmlcov/index.html in your browser
14
```
15
16
Build and test documentation:
0 commit comments