Skip to content

Commit 4289e2c

Browse files
authored
Merge pull request #1 from kayjanw/patch-1
feat: pytest github action to run coverage
2 parents a997027 + 9ada76f commit 4289e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
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
48-
pytest
47+
python -m pip install pytest pytest-benchmark coverage
48+
pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree

0 commit comments

Comments
 (0)