Add Coverage report

This commit is contained in:
Markus Opolka 2020-03-03 09:48:44 +01:00
parent e95daad8ff
commit f97759f1bd

View File

@ -15,3 +15,8 @@ jobs:
- name: Unit Test
run: |
python -m unittest discover
- name: Coverage
run: |
pip install coverage
python -m coverage run -m unittest discover
python -m coverage report -m --include check_http_json.py