codereverser / casparser

Parser for Consolidated Account Statements (CAS) generated from CAMS/Karvy/Kfintech
MIT License
138 stars 63 forks source link

Various bug fixes #82

Closed codereverser closed 1 year ago

codereverser commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a7ae0a0) 98.34% compared to head (b578105) 98.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #82 +/- ## ======================================= Coverage 98.34% 98.34% ======================================= Files 16 16 Lines 1020 1020 ======================================= Hits 1003 1003 Misses 17 17 ``` | [Files Changed](https://app.codecov.io/gh/codereverser/casparser/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sandeep+Somasekharan) | Coverage Δ | | |---|---|---| | [casparser/analysis/gains.py](https://app.codecov.io/gh/codereverser/casparser/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sandeep+Somasekharan#diff-Y2FzcGFyc2VyL2FuYWx5c2lzL2dhaW5zLnB5) | `97.46% <ø> (ø)` | | | [casparser/\_\_init\_\_.py](https://app.codecov.io/gh/codereverser/casparser/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sandeep+Somasekharan#diff-Y2FzcGFyc2VyL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [casparser/parsers/pdfminer.py](https://app.codecov.io/gh/codereverser/casparser/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sandeep+Somasekharan#diff-Y2FzcGFyc2VyL3BhcnNlcnMvcGRmbWluZXIucHk=) | `98.04% <100.00%> (ø)` | | | [casparser/process/regex.py](https://app.codecov.io/gh/codereverser/casparser/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sandeep+Somasekharan#diff-Y2FzcGFyc2VyL3Byb2Nlc3MvcmVnZXgucHk=) | `100.00% <100.00%> (ø)` | |

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

codereverser commented 1 year ago

fixes #66 and #81