add coverage testing
This commit is contained in:
parent
3cd02a36a4
commit
64cdcb1122
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
|
|
@ -36,4 +36,4 @@ jobs:
|
||||||
- name: Install corrlib
|
- name: Install corrlib
|
||||||
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run pytest tests
|
run: uv run pytest --cov=corrlib tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue