X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.coveragerc;h=3ad7f68a646f3e3853dc6063a782167292a065df;hb=5e695ee45a2643152886128cfca280fcbb81908d;hp=d2e3447da98130512903f8bee2c4b0bd3436819e;hpb=ea99867bd2a0618aff12ed977330d69467544dfd;p=yardstick.git diff --git a/.coveragerc b/.coveragerc index d2e3447da..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,4 +14,4 @@ source = yardstick [report] ignore_errors = True precision = 3 -omit = yardstick/vTC/* +omit = yardstick/vTC/*,yardstick/tests/functional/*