codecov-io commented on issue #5167: Reliable SynchronizedQueue used instead of multiprocessing.Queue URL: https://github.com/apache/airflow/pull/5167#issuecomment-486068982 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5167?src=pr&el=h1) Report > Merging [#5167](https://codecov.io/gh/apache/airflow/pull/5167?src=pr&el=desc) into [master](https://codecov.io/gh/apache/airflow/commit/de1795c8f1e65a5f4a848e88ef3848ba51aab449?src=pr&el=desc) will **increase** coverage by `0.01%`. > The diff coverage is `91.66%`. [](https://codecov.io/gh/apache/airflow/pull/5167?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #5167 +/- ## ========================================== + Coverage 78.44% 78.46% +0.01% ========================================== Files 466 467 +1 Lines 29735 29762 +27 ========================================== + Hits 23327 23353 +26 - Misses 6408 6409 +1 ``` | [Impacted Files](https://codecov.io/gh/apache/airflow/pull/5167?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [airflow/executors/base\_executor.py](https://codecov.io/gh/apache/airflow/pull/5167/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGVjdXRvcnMvYmFzZV9leGVjdXRvci5weQ==) | `95.58% <ø> (-0.07%)` | :arrow_down: | | [airflow/executors/local\_executor.py](https://codecov.io/gh/apache/airflow/pull/5167/diff?src=pr&el=tree#diff-YWlyZmxvdy9leGVjdXRvcnMvbG9jYWxfZXhlY3V0b3IucHk=) | `81.25% <100%> (+0.19%)` | :arrow_up: | | [airflow/utils/dag\_processing.py](https://codecov.io/gh/apache/airflow/pull/5167/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9kYWdfcHJvY2Vzc2luZy5weQ==) | `59.22% <100%> (+0.1%)` | :arrow_up: | | [airflow/contrib/executors/kubernetes\_executor.py](https://codecov.io/gh/apache/airflow/pull/5167/diff?src=pr&el=tree#diff-YWlyZmxvdy9jb250cmliL2V4ZWN1dG9ycy9rdWJlcm5ldGVzX2V4ZWN1dG9yLnB5) | `63.38% <100%> (+0.1%)` | :arrow_up: | | [airflow/jobs.py](https://codecov.io/gh/apache/airflow/pull/5167/diff?src=pr&el=tree#diff-YWlyZmxvdy9qb2JzLnB5) | `78.53% <50%> (+0.01%)` | :arrow_up: | | [airflow/utils/synchronized\_queue.py](https://codecov.io/gh/apache/airflow/pull/5167/diff?src=pr&el=tree#diff-YWlyZmxvdy91dGlscy9zeW5jaHJvbml6ZWRfcXVldWUucHk=) | `92.3% <92.3%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/apache/airflow/pull/5167?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/5167?src=pr&el=footer). Last update [de1795c...9494571](https://codecov.io/gh/apache/airflow/pull/5167?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: [email protected] With regards, Apache Git Services
