MatthieuDartiailh / bytecode

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

Add type annotations #105

Closed MatthieuDartiailh closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #105 (0d0e6e9) into main (4c15d89) will decrease coverage by 0.44%. The diff coverage is 97.39%.

@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
- Coverage   98.58%   98.14%   -0.45%     
==========================================
  Files           7        7              
  Lines        1485     1560      +75     
==========================================
+ Hits         1464     1531      +67     
- Misses         21       29       +8     
Impacted Files Coverage Δ
src/bytecode/cfg.py 98.66% <94.36%> (-1.34%) :arrow_down:
src/bytecode/bytecode.py 98.18% <95.45%> (-1.16%) :arrow_down:
src/bytecode/instr.py 98.71% <97.60%> (-0.31%) :arrow_down:
src/bytecode/__init__.py 100.00% <100.00%> (ø)
src/bytecode/concrete.py 99.27% <100.00%> (-0.23%) :arrow_down:
src/bytecode/flags.py 100.00% <100.00%> (ø)
src/bytecode/peephole_opt.py 94.52% <100.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4c15d89...0d0e6e9. Read the comment docs.

MatthieuDartiailh commented 2 years ago

Thanks for the review @P403n1x87