Closed Sakunam closed 6 months ago
Attention: Patch coverage is 97.77778%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 91.90%. Comparing base (
25a7207
) to head (8701067
).
Files | Patch % | Lines |
---|---|---|
src/reader/plugins/mark_as_read.py | 92.85% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think something's wrong with /src/reader/_storage/_sqlite_units.py, I ran the type checking with mypy for my commits and the main branch and I get the same three errors.
Hi, I'm currently away from a computer. I'll be able to take a closer look at this starting with Wednesday.
Re: typing failures: This is likely caused by a new version of mypy being released, feel free to ignore it (IIRC plugins are excluded from type checking).
Re: typing failures: This is likely caused by a new version of mypy being released, feel free to ignore it (IIRC plugins are excluded from type checking).
mypy issue fixed in https://github.com/lemon24/reader/commit/ccf010c598dc02cf8a493abbd27bd6babddde464, rebasing on top of latest should fix it here too.
Sorry I took so long, I was on international travel and it took me some time to figure out the changes. Let me know if there's anything wrong. I'm not entirely sure what's going on with the make.bat
Sorry I took so long, I was on international travel and it took me some time to figure out the changes. Let me know if there's anything wrong. I'm not entirely sure what's going on with the make.bat
No worries, thank you for looking into it. Will be back soon with another commit fix the coverage and the make.bat issue.
Sounds good, thanks for everything!
https://github.com/lemon24/reader/issues/317
I did the first way you suggested.