mattpodolak / pmaw

A multithread Pushshift.io API Wrapper for reddit.com comment and submission searches.
MIT License
213 stars 28 forks source link

feat: COLO switchover updates #52

Closed mattpodolak closed 1 year ago

mattpodolak commented 1 year ago

Summary of Changes

codecov[bot] commented 1 year ago

Codecov Report

Base: 86.87% // Head: 84.14% // Decreases project coverage by -2.73% :warning:

Coverage data is based on head (fb7c378) compared to base (540a67f). Patch coverage: 83.65% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #52 +/- ## ========================================== - Coverage 86.87% 84.14% -2.74% ========================================== Files 8 10 +2 Lines 564 599 +35 ========================================== + Hits 490 504 +14 - Misses 74 95 +21 ``` | [Impacted Files](https://codecov.io/gh/mattpodolak/pmaw/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak) | Coverage Δ | | |---|---|---| | [pmaw/RateLimit.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy9SYXRlTGltaXQucHk=) | `64.17% <38.46%> (ø)` | | | [pmaw/Cache.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy9DYWNoZS5weQ==) | `76.66% <58.33%> (-13.34%)` | :arrow_down: | | [pmaw/Response.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy9SZXNwb25zZS5weQ==) | `79.54% <66.66%> (-20.46%)` | :arrow_down: | | [pmaw/Request.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy9SZXF1ZXN0LnB5) | `83.24% <79.10%> (-2.02%)` | :arrow_down: | | [pmaw/PushshiftAPI.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy9QdXNoc2hpZnRBUEkucHk=) | `92.30% <83.33%> (-7.70%)` | :arrow_down: | | [pmaw/PushshiftAPIBase.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy9QdXNoc2hpZnRBUElCYXNlLnB5) | `91.66% <92.72%> (+1.07%)` | :arrow_up: | | [pmaw/Metadata.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy9NZXRhZGF0YS5weQ==) | `97.05% <97.05%> (ø)` | | | [pmaw/types/exceptions.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy90eXBlcy9leGNlcHRpb25zLnB5) | `100.00% <100.00%> (ø)` | | | [pmaw/utils/filter.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy91dGlscy9maWx0ZXIucHk=) | `100.00% <100.00%> (ø)` | | | [pmaw/utils/slices.py](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak#diff-cG1hdy91dGlscy9zbGljZXMucHk=) | `100.00% <100.00%> (ø)` | | | ... and [4 more](https://codecov.io/gh/mattpodolak/pmaw/pull/52/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Podolak) | | 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=Matthew+Podolak). 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=Matthew+Podolak)

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