Skip to content

Commit 08fa9b2

Browse files
committed
docs: modify contributing instruction + install pytest-cov in github action
1 parent 8c94644 commit 08fa9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
isort --profile black . --check
4545
- name: Test with pytest
4646
run: |
47-
python -m pip install pytest pytest-benchmark coverage
47+
python -m pip install pytest pytest-cov pytest-benchmark coverage
4848
pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree

docs/home/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ 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 pytest coverage
80+
$ python -m pip install pytest pytest-cov coverage
8181
$ pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree
8282
```
8383

0 commit comments

Comments
 (0)