Message ID | 20170202144130.24097-1-maxim.uvarov@linaro.org |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp127636obz; Thu, 2 Feb 2017 06:41:55 -0800 (PST) X-Received: by 10.237.36.208 with SMTP id u16mr8713122qtc.105.1486046515360; Thu, 02 Feb 2017 06:41:55 -0800 (PST) Return-Path: <lng-odp-bounces@lists.linaro.org> Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 53si16925043qtx.279.2017.02.02.06.41.54; Thu, 02 Feb 2017 06:41:55 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 9E27260EC2; Thu, 2 Feb 2017 14:41:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 031C160879; Thu, 2 Feb 2017 14:41:52 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 12755608E2; Thu, 2 Feb 2017 14:41:50 +0000 (UTC) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by lists.linaro.org (Postfix) with ESMTPS id D2F5260682 for <lng-odp@lists.linaro.org>; Thu, 2 Feb 2017 14:41:47 +0000 (UTC) Received: by mail-lf0-f41.google.com with SMTP id v186so9652822lfa.1 for <lng-odp@lists.linaro.org>; Thu, 02 Feb 2017 06:41:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=JshK4iH++01+E4Ru3aNYxzJ9AM5R0+O4UqUYswIDfhc=; b=CDPw+ae6cEOUdktQtSLTjhiaNbMa3VdV70GUd4TvFEedqwSM0gW5MC0erQd//+bMHt 9Ki0WL9N82++ry3L0iP+hiYSGj/6txp5By/0WObjvtlPv3JU+XKc9033JYNptt4CXEvY 1zhpOhd1ShygOpAN47YT4FW/5moFgJMzssRhyjIlHyjx5K4V71KXDAIykriFmqlvSrti sol9M79n5oSpCu2zDamwpVO2jy599lHUuIyyEkX+Evl7gX++SNhY8/MfLl43g0QozolO 9oTnrET3RPymn4PiB0eDZqgC4lRlRNcAm/LZjOq2kSH0mZnqgg45dVDxbGMcGeZysDI8 l2PQ== X-Gm-Message-State: AIkVDXIl0pXVRfe0Mw2WQqDzPlDwkVxk7rajCZm1Xk1MXbyow05lpqmCJvCarTomJbiw35qqE2k= X-Received: by 10.25.26.13 with SMTP id a13mr862613lfa.154.1486046506342; Thu, 02 Feb 2017 06:41:46 -0800 (PST) Received: from localhost.localdomain (ppp109-252-7-40.pppoe.spdop.ru. [109.252.7.40]) by smtp.gmail.com with ESMTPSA id 25sm6685010ljo.43.2017.02.02.06.41.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 02 Feb 2017 06:41:45 -0800 (PST) From: Maxim Uvarov <maxim.uvarov@linaro.org> To: lng-odp@lists.linaro.org Date: Thu, 2 Feb 2017 17:41:27 +0300 Message-Id: <20170202144130.24097-1-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.11.0.295.gd7dffce Subject: [lng-odp] [PATCH 0/2] travis/codecov add code coverage X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" <lng-odp.lists.linaro.org> List-Unsubscribe: <https://lists.linaro.org/mailman/options/lng-odp>, <mailto:lng-odp-request@lists.linaro.org?subject=unsubscribe> List-Archive: <http://lists.linaro.org/pipermail/lng-odp/> List-Post: <mailto:lng-odp@lists.linaro.org> List-Help: <mailto:lng-odp-request@lists.linaro.org?subject=help> List-Subscribe: <https://lists.linaro.org/mailman/listinfo/lng-odp>, <mailto:lng-odp-request@lists.linaro.org?subject=subscribe> Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" <lng-odp-bounces@lists.linaro.org> |
Series |
travis/codecov add code coverage
|
expand
|