mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2026-02-06 07:05:15 +01:00
Add Coverage report
This commit is contained in:
5
.github/workflows/unittest.yml
vendored
5
.github/workflows/unittest.yml
vendored
@@ -15,3 +15,8 @@ jobs:
|
|||||||
- name: Unit Test
|
- name: Unit Test
|
||||||
run: |
|
run: |
|
||||||
python -m unittest discover
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user