deshaw / pyflyby

A set of productivity tools for Python
https://deshaw.github.io/pyflyby/
Other
353 stars 52 forks source link

Treat zombie processes as non-existing #210

Closed dshivashankar1994 closed 2 years ago

dshivashankar1994 commented 2 years ago

Before this commit, the code treated zombie processes as existing. This was not correct because zombie processes are no longer live. After this commit, the code treats zombie processes as non-existing.

codecov-commenter commented 2 years ago

Codecov Report

Base: 72.08% // Head: 72.47% // Increases project coverage by +0.38% :tada:

Coverage data is based on head (d858643) compared to base (2b8706d). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #210 +/- ## ========================================== + Coverage 72.08% 72.47% +0.38% ========================================== Files 25 25 Lines 7972 7978 +6 ========================================== + Hits 5747 5782 +35 + Misses 2225 2196 -29 ``` | [Impacted Files](https://codecov.io/gh/deshaw/pyflyby/pull/210?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deshaw) | Coverage Δ | | |---|---|---| | [lib/python/pyflyby/\_dbg.py](https://codecov.io/gh/deshaw/pyflyby/pull/210/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deshaw#diff-bGliL3B5dGhvbi9weWZseWJ5L19kYmcucHk=) | `14.98% <0.00%> (-0.14%)` | :arrow_down: | | [lib/python/pyflyby/\_autoimp.py](https://codecov.io/gh/deshaw/pyflyby/pull/210/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deshaw#diff-bGliL3B5dGhvbi9weWZseWJ5L19hdXRvaW1wLnB5) | `92.05% <0.00%> (+0.36%)` | :arrow_up: | | [lib/python/pyflyby/\_util.py](https://codecov.io/gh/deshaw/pyflyby/pull/210/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deshaw#diff-bGliL3B5dGhvbi9weWZseWJ5L191dGlsLnB5) | `89.96% <0.00%> (+1.11%)` | :arrow_up: | | [lib/python/pyflyby/\_parse.py](https://codecov.io/gh/deshaw/pyflyby/pull/210/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deshaw#diff-bGliL3B5dGhvbi9weWZseWJ5L19wYXJzZS5weQ==) | `83.40% <0.00%> (+4.29%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deshaw). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deshaw)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.