X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.coveragerc;h=3ad7f68a646f3e3853dc6063a782167292a065df;hb=f0c20cd3a6282b801e5ccfd2c258a7ae5cad2b5c;hp=d2e3447da98130512903f8bee2c4b0bd3436819e;hpb=6f6ed9af46d616b073481799c157ed3bc88a8810;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/*