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 2020/01/29 00:55:22 UTC

[GitHub] [airflow] codecov-io edited a comment on issue #7267: [AIRFLOW-6645] Pass the TaskHandlers configuration using the constructor

codecov-io edited a comment on issue #7267: [AIRFLOW-6645] Pass the TaskHandlers configuration using the constructor
URL: https://github.com/apache/airflow/pull/7267#issuecomment-579544056
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7267?src=pr&el=h1) Report
   > Merging [#7267](https://codecov.io/gh/apache/airflow/pull/7267?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/1988a97e8f687e28a5a39b29677fb514e097753c?src=pr&el=desc) will **decrease** coverage by `0.16%`.
   > The diff coverage is `95.23%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/airflow/pull/7267/graphs/tree.svg?width=650&token=WdLKlKHOAU&height=150&src=pr)](https://codecov.io/gh/apache/airflow/pull/7267?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff            @@
   ##           master   #7267      +/-   ##
   =========================================
   - Coverage   85.46%   85.3%   -0.17%     
   =========================================
     Files         851     851              
     Lines       40403   40400       -3     
   =========================================
   - Hits        34532   34462      -70     
   - Misses       5871    5938      +67
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/7267?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [airflow/utils/log/gcs\_task\_handler.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9sb2cvZ2NzX3Rhc2tfaGFuZGxlci5weQ==) | `37.17% <100%> (+37.17%)` | :arrow_up: |
   | [airflow/config\_templates/airflow\_local\_settings.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb25maWdfdGVtcGxhdGVzL2FpcmZsb3dfbG9jYWxfc2V0dGluZ3MucHk=) | `98% <100%> (+26.26%)` | :arrow_up: |
   | [airflow/utils/log/s3\_task\_handler.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9sb2cvczNfdGFza19oYW5kbGVyLnB5) | `98.57% <100%> (ø)` | :arrow_up: |
   | [airflow/utils/log/es\_task\_handler.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9sb2cvZXNfdGFza19oYW5kbGVyLnB5) | `93.33% <100%> (-0.07%)` | :arrow_down: |
   | [airflow/utils/log/file\_task\_handler.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9sb2cvZmlsZV90YXNrX2hhbmRsZXIucHk=) | `90.58% <100%> (+1.82%)` | :arrow_up: |
   | [airflow/utils/log/wasb\_task\_handler.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9sb2cvd2FzYl90YXNrX2hhbmRsZXIucHk=) | `43.05% <66.66%> (+0.58%)` | :arrow_up: |
   | [airflow/operators/mysql\_to\_hive.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvbXlzcWxfdG9faGl2ZS5weQ==) | `100% <0%> (ø)` | :arrow_up: |
   | [airflow/kubernetes/volume\_mount.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZV9tb3VudC5weQ==) | `44.44% <0%> (-55.56%)` | :arrow_down: |
   | [airflow/kubernetes/volume.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3ZvbHVtZS5weQ==) | `52.94% <0%> (-47.06%)` | :arrow_down: |
   | [airflow/kubernetes/pod\_launcher.py](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree#diff-YWlyZmxvdy9rdWJlcm5ldGVzL3BvZF9sYXVuY2hlci5weQ==) | `45.25% <0%> (-46.72%)` | :arrow_down: |
   | ... and [11 more](https://codecov.io/gh/apache/airflow/pull/7267/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/7267?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/airflow/pull/7267?src=pr&el=footer). Last update [1988a97...3959dee](https://codecov.io/gh/apache/airflow/pull/7267?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 to 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