mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Set minimum coverage to 60
This commit is contained in:
parent
7969de50bf
commit
148ce47c10
2
.github/workflows/run_tests.yml
vendored
2
.github/workflows/run_tests.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
|||||||
coverage run -m pytest tests
|
coverage run -m pytest tests
|
||||||
- name: Check coverage percentage
|
- name: Check coverage percentage
|
||||||
run: |
|
run: |
|
||||||
coverage report --fail-under=70
|
coverage report --fail-under=60
|
||||||
|
Loading…
Reference in New Issue
Block a user