MatthieuDartiailh / bytecode

Python module to modify bytecode
https://bytecode.readthedocs.io/
MIT License
302 stars 38 forks source link

Fix encoding of 0 in varint #132

Closed MatthieuDartiailh closed 1 year ago

MatthieuDartiailh commented 1 year ago

Closes #130

codecov-commenter commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (1e9ebd3) 95.60% compared to head (1d9ea28) 93.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #132 +/- ## ========================================== - Coverage 95.60% 93.40% -2.20% ========================================== Files 6 6 Lines 2000 2001 +1 Branches 481 481 ========================================== - Hits 1912 1869 -43 - Misses 53 86 +33 - Partials 35 46 +11 ``` | [Files](https://app.codecov.io/gh/MatthieuDartiailh/bytecode/pull/132?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthieu+Dartiailh) | Coverage Δ | | |---|---|---| | [src/bytecode/concrete.py](https://app.codecov.io/gh/MatthieuDartiailh/bytecode/pull/132?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthieu+Dartiailh#diff-c3JjL2J5dGVjb2RlL2NvbmNyZXRlLnB5) | `94.35% <100.00%> (-2.32%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/MatthieuDartiailh/bytecode/pull/132/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthieu+Dartiailh)

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