1
2
3
4
5
6
7
8
9
10
11
12
13 | diff --git a/tox_unit.ini b/tox_unit.ini index 498ba6d..c68a911 100644 --- a/tox_unit.ini +++ b/tox_unit.ini @@ -13,7 +13,7 @@ commands = nosetests -v --nocapture --with-coverage --cover-erase \ --cover-package=apache_bigtop_base \ --cover-package=charms.layer.apache_bigtop_base \ - --cover-min-percentage=75 \ + --cover-min-percentage=80 \ tests/unit/ deps = -r{toxinidir}/unit_test_requirements.txt |