bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

Support old versions of greenlet #432

Closed godlygeek closed 1 year ago

godlygeek commented 1 year ago

Closes #384

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 40.00% and project coverage change: -0.03% :warning:

Comparison is base (a519a95) 91.72% compared to head (6d37b38) 91.69%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #432 +/- ## ========================================== - Coverage 91.72% 91.69% -0.03% ========================================== Files 90 90 Lines 10503 10506 +3 Branches 1446 1446 ========================================== Hits 9634 9634 - Misses 866 869 +3 Partials 3 3 ``` | Flag | Coverage Δ | | |---|---|---| | cpp | `85.11% <40.00%> (-0.08%)` | :arrow_down: | | python_and_cython | `95.18% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/bloomberg/memray/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | Coverage Δ | | |---|---|---| | [src/memray/\_memray/tracking\_api.cpp](https://app.codecov.io/gh/bloomberg/memray/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg#diff-c3JjL21lbXJheS9fbWVtcmF5L3RyYWNraW5nX2FwaS5jcHA=) | `87.73% <0.00%> (-0.33%)` | :arrow_down: | | [tests/integration/test\_greenlet.py](https://app.codecov.io/gh/bloomberg/memray/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg#diff-dGVzdHMvaW50ZWdyYXRpb24vdGVzdF9ncmVlbmxldC5weQ==) | `100.00% <ø> (ø)` | | | [src/memray/\_memray/hooks.cpp](https://app.codecov.io/gh/bloomberg/memray/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg#diff-c3JjL21lbXJheS9fbWVtcmF5L2hvb2tzLmNwcA==) | `98.01% <100.00%> (+0.01%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/bloomberg/memray/pull/432/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.