coverage report added to CI

This commit is contained in:
Fabian Joswig 2021-10-13 09:46:05 +01:00
parent cac85f53f8
commit 68c5e68149

View file

@ -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