From commits-return-23980-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Fri Sep 28 13:40:35 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 01BF7180627 for ; Fri, 28 Sep 2018 13:40:34 +0200 (CEST) Received: (qmail 10926 invoked by uid 500); 28 Sep 2018 11:40:34 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 10906 invoked by uid 99); 28 Sep 2018 11:40:34 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2018 11:40:34 +0000 From: GitBox To: commits@airflow.apache.org Subject: [GitHub] codecov-io commented on issue #3960: [AIRFLOW-2966] Catch ApiException in the Kubernetes Executor Message-ID: <153813483349.1261.18194834966319599922.gitbox@gitbox.apache.org> Date: Fri, 28 Sep 2018 11:40:33 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit codecov-io commented on issue #3960: [AIRFLOW-2966] Catch ApiException in the Kubernetes Executor URL: https://github.com/apache/incubator-airflow/pull/3960#issuecomment-425409131 # [Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/3960?src=pr&el=h1) Report > Merging [#3960](https://codecov.io/gh/apache/incubator-airflow/pull/3960?src=pr&el=desc) into [master](https://codecov.io/gh/apache/incubator-airflow/commit/481daeec0b05e2212629a80f7264113860a485c8?src=pr&el=desc) will **increase** coverage by `0.32%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-airflow/pull/3960/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/incubator-airflow/pull/3960?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #3960 +/- ## ========================================== + Coverage 74.69% 75.02% +0.32% ========================================== Files 200 200 Lines 15974 15974 ========================================== + Hits 11932 11984 +52 + Misses 4042 3990 -52 ``` | [Impacted Files](https://codecov.io/gh/apache/incubator-airflow/pull/3960?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [airflow/www/views.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `68.85% <0%> (+0.06%)` | :arrow_up: | | [airflow/www\_rbac/views.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3dfcmJhYy92aWV3cy5weQ==) | `72.04% <0%> (+0.14%)` | :arrow_up: | | [airflow/bin/cli.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5) | `64.59% <0%> (+0.23%)` | :arrow_up: | | [airflow/jobs.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy9qb2JzLnB5) | `82.39% <0%> (+0.26%)` | :arrow_up: | | [airflow/models.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy9tb2RlbHMucHk=) | `89.24% <0%> (+0.57%)` | :arrow_up: | | [airflow/www\_rbac/app.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3dfcmJhYy9hcHAucHk=) | `97.77% <0%> (+1.11%)` | :arrow_up: | | [airflow/task/task\_runner/base\_task\_runner.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy90YXNrL3Rhc2tfcnVubmVyL2Jhc2VfdGFza19ydW5uZXIucHk=) | `79.66% <0%> (+1.69%)` | :arrow_up: | | [airflow/hooks/dbapi\_hook.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9kYmFwaV9ob29rLnB5) | `79.67% <0%> (+3.25%)` | :arrow_up: | | [airflow/hooks/hdfs\_hook.py](https://codecov.io/gh/apache/incubator-airflow/pull/3960/diff?src=pr&el=tree#diff-YWlyZmxvdy9ob29rcy9oZGZzX2hvb2sucHk=) | `92.5% <0%> (+60%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/3960?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/3960?src=pr&el=footer). Last update [481daee...ad02b62](https://codecov.io/gh/apache/incubator-airflow/pull/3960?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services