You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/12/31 02:15:03 UTC

[GitHub] codecov-io edited a comment on issue #4032: [AIRFLOW-2636] - fix task duration tab NoneType exception

codecov-io edited a comment on issue #4032: [AIRFLOW-2636] - fix task duration tab NoneType exception
URL: https://github.com/apache/incubator-airflow/pull/4032#issuecomment-428832363
 
 
   # [Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/4032?src=pr&el=h1) Report
   > Merging [#4032](https://codecov.io/gh/apache/incubator-airflow/pull/4032?src=pr&el=desc) into [master](https://codecov.io/gh/apache/incubator-airflow/commit/e703d6beeb379ee88ef5e7df495e8a785666f8af?src=pr&el=desc) will **decrease** coverage by `0.9%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-airflow/pull/4032/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/incubator-airflow/pull/4032?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #4032      +/-   ##
   ==========================================
   - Coverage   76.67%   75.76%   -0.91%     
   ==========================================
     Files         199      199              
     Lines       16186    15947     -239     
   ==========================================
   - Hits        12410    12083     -327     
   - Misses       3776     3864      +88
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-airflow/pull/4032?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/www/views.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy93d3cvdmlld3MucHk=) | `68.81% <0%> (+0.07%)` | :arrow_up: |
   | [airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5) | `0% <0%> (-97.65%)` | :arrow_down: |
   | [airflow/operators/slack\_operator.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvc2xhY2tfb3BlcmF0b3IucHk=) | `0% <0%> (-97.37%)` | :arrow_down: |
   | [airflow/operators/s3\_to\_hive\_operator.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvczNfdG9faGl2ZV9vcGVyYXRvci5weQ==) | `0% <0%> (-94.02%)` | :arrow_down: |
   | [airflow/security/kerberos.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy9zZWN1cml0eS9rZXJiZXJvcy5weQ==) | `0% <0%> (-71.43%)` | :arrow_down: |
   | [airflow/operators/latest\_only\_operator.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvbGF0ZXN0X29ubHlfb3BlcmF0b3IucHk=) | `25% <0%> (-65%)` | :arrow_down: |
   | [airflow/operators/subdag\_operator.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvc3ViZGFnX29wZXJhdG9yLnB5) | `70.96% <0%> (-19.36%)` | :arrow_down: |
   | [airflow/example\_dags/example\_python\_operator.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGFtcGxlX2RhZ3MvZXhhbXBsZV9weXRob25fb3BlcmF0b3IucHk=) | `78.94% <0%> (-15.79%)` | :arrow_down: |
   | [airflow/operators/python\_operator.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcHl0aG9uX29wZXJhdG9yLnB5) | `81.98% <0%> (-13.05%)` | :arrow_down: |
   | [airflow/utils/file.py](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9maWxlLnB5) | `76% <0%> (-8%)` | :arrow_down: |
   | ... and [46 more](https://codecov.io/gh/apache/incubator-airflow/pull/4032/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/4032?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/4032?src=pr&el=footer). Last update [e703d6b...5fdb9dd](https://codecov.io/gh/apache/incubator-airflow/pull/4032?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