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.
2 parents a997027 + 9ada76f commit 4289e2cCopy full SHA for 4289e2c
.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
48
- pytest
+ python -m pip install pytest pytest-benchmark coverage
+ pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree
0 commit comments