mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
coverage report added to CI
This commit is contained in:
parent
cac85f53f8
commit
68c5e68149
1 changed files with 2 additions and 1 deletions
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install -e .
|
||||
pip install pytest
|
||||
pip install pytest-cov
|
||||
|
||||
- name: Run tests
|
||||
run: pytest -v
|
||||
run: pytest --cov=pyerrors -v
|
||||
|
|
Loading…
Add table
Reference in a new issue