We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c94644 commit 08fa9b2Copy full SHA for 08fa9b2
.github/workflows/pytest.yml
@@ -44,5 +44,5 @@ jobs:
44
isort --profile black . --check
45
- name: Test with pytest
46
run: |
47
- python -m pip install pytest pytest-benchmark coverage
+ python -m pip install pytest pytest-cov pytest-benchmark coverage
48
pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree
docs/home/contributing.md
@@ -77,7 +77,7 @@ Run the following lines of code and ensure the <mark>unit tests pass</mark> and
77
<mark>code coverage is 100%</mark>.
78
79
```console
80
-$ python -m pip install pytest coverage
+$ python -m pip install pytest pytest-cov coverage
81
$ pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree
82
```
83
0 commit comments