[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > :exclamation: No coverage uploaded for pull request base 
(`master@e7bf8ec`). [Click here to learn what that 
means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff@@
   ## master#7091   +/-   ##
   =
 Coverage  ?   85.33%   
   =
 Files ?  707   
 Lines ?39358   
 Branches  ?0   
   =
 Hits  ?33588   
 Misses? 5770   
 Partials  ?0
   ```
   
   
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[e7bf8ec...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.33%   +0.05% 
   ==
 Files 707  707  
 Lines   3925439358 +104 
   ==
   + Hits3347733588 +111 
   + Misses   5777 5770   -7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfZ2NzLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_acl\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfYWNsX29wZXJhdG9yLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djc19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/sensors/gcs\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL3NlbnNvcnMvZ2NzX3NlbnNvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/hooks/gcp\_dataproc\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9kYXRhcHJvY19ob29rLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/bin/cli.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9iaW4vY2xpLnB5)
 | `94.73% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/gcs\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3Nfb3BlcmF0b3IucHk=)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/contrib/operators/dataproc\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9kYXRhcHJvY19vcGVyYXRvci5weQ==)
 | `100% <0%> (ø)` | :arrow_up: |
   | 
[airflow/gcp/example\_dags/example\_cloud\_sql.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9nY3AvZXhhbXBsZV9kYWdzL2V4YW1wbGVfY2xvdWRfc3FsLnB5)
 | `100% <0%> (ø)` | :arrow_up: |
   | ... and [8 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **decrease** coverage by `51.62%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@ Coverage Diff @@
   ##   master#7091   +/-   ##
   ===
   - Coverage   85.28%   33.65%   -51.63% 
   ===
 Files 707  706-1 
 Lines   3925439297   +43 
   ===
   - Hits3347713226-20251 
   - Misses   577726071+20294
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[...flow/contrib/example\_dags/example\_qubole\_sensor.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2V4YW1wbGVfZGFncy9leGFtcGxlX3F1Ym9sZV9zZW5zb3IucHk=)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[...ample\_dags/example\_emr\_job\_flow\_automatic\_steps.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2V4YW1wbGVfZGFncy9leGFtcGxlX2Vtcl9qb2JfZmxvd19hdXRvbWF0aWNfc3RlcHMucHk=)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[...contrib/example\_dags/example\_papermill\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2V4YW1wbGVfZGFncy9leGFtcGxlX3BhcGVybWlsbF9vcGVyYXRvci5weQ==)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[airflow/hooks/webhdfs\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9ob29rcy93ZWJoZGZzX2hvb2sucHk=)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[airflow/contrib/operators/gcs\_list\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9nY3NfbGlzdF9vcGVyYXRvci5weQ==)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[airflow/operators/pig\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvcGlnX29wZXJhdG9yLnB5)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[airflow/contrib/operators/file\_to\_gcs.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9maWxlX3RvX2djcy5weQ==)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[airflow/contrib/hooks/gcp\_spanner\_hook.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL2hvb2tzL2djcF9zcGFubmVyX2hvb2sucHk=)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[airflow/operators/hive\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvaGl2ZV9vcGVyYXRvci5weQ==)
 | `0% <0%> (-100%)` | :arrow_down: |
   | 
[...rflow/contrib/operators/bigquery\_check\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9jb250cmliL29wZXJhdG9ycy9iaWdxdWVyeV9jaGVja19vcGVyYXRvci5weQ==)
 | `0% <0%> (-100%)` | :arrow_down: |
   | ... and [568 
more](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree-more) 
| |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...b68676d](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `<.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.28%   +<.01% 
   ==
 Files 707  707  
 Lines   3925439255   +1 
   ==
   + Hits3347733478   +1 
 Misses   5777 5777
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5)
 | `96.87% <0%> (+0.03%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...8767391](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `<.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.28%   +<.01% 
   ==
 Files 707  707  
 Lines   3925439255   +1 
   ==
   + Hits3347733478   +1 
 Misses   5777 5777
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5)
 | `96.87% <0%> (+0.03%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...8767391](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/0481b9a95786a62de4776a735ae80e746583ef2b?src=pr=desc)
 will **increase** coverage by `<.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master#7091  +/-   ##
   ==
   + Coverage   85.28%   85.28%   +<.01% 
   ==
 Files 707  707  
 Lines   3925439255   +1 
   ==
   + Hits3347733478   +1 
 Misses   5777 5777
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[airflow/operators/docker\_operator.py](https://codecov.io/gh/apache/airflow/pull/7091/diff?src=pr=tree#diff-YWlyZmxvdy9vcGVyYXRvcnMvZG9ja2VyX29wZXJhdG9yLnB5)
 | `96.87% <0%> (+0.03%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[0481b9a...64fef51](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [airflow] codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate integrations in tests

2020-01-13 Thread GitBox
codecov-io edited a comment on issue #7091: [AIRFLOW-6489] Separate 
integrations in tests
URL: https://github.com/apache/airflow/pull/7091#issuecomment-573536301
 
 
   # [Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=h1) 
Report
   > Merging 
[#7091](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=desc) into 
[master](https://codecov.io/gh/apache/airflow/commit/ab80880fedb7843baa5b6e0f11d3fd99ded4b5cc?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/airflow/pull/7091/graphs/tree.svg?width=650=WdLKlKHOAU=150=pr)](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master#7091   +/-   ##
   ===
 Coverage   85.28%   85.28%   
   ===
 Files 707  707   
 Lines   3925539255   
   ===
 Hits3347833478   
 Misses   5777 5777
   ```
   
   
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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/airflow/pull/7091?src=pr=footer). 
Last update 
[ab80880...64fef51](https://codecov.io/gh/apache/airflow/pull/7091?src=pr=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:
us...@infra.apache.org


With regards,
Apache Git Services