X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.coveragerc;h=3ad7f68a646f3e3853dc6063a782167292a065df;hb=refs%2Fchanges%2F51%2F60951%2F7;hp=07ca20984710742da435b752bd44c368f962c397;hpb=2aa1cd3922f26b9d8c9bdad310463caa5eeb8136;p=yardstick.git diff --git a/.coveragerc b/.coveragerc index 07ca20984..3ad7f68a6 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + [run] branch = True source = yardstick @@ -5,3 +14,4 @@ source = yardstick [report] ignore_errors = True precision = 3 +omit = yardstick/vTC/*,yardstick/tests/functional/*