MatthieuDartiailh / bytecode

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

Move to a src layout #99

Closed MatthieuDartiailh closed 2 years ago

MatthieuDartiailh commented 2 years ago

And move the tests outside the package. It turns out that git does a decent job of tracking the files and this answers some requests made in #92

codecov-commenter commented 2 years ago

Codecov Report

Merging #99 (fd5fade) into main (9464de9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #99   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files           7        7           
  Lines        1479     1479           
=======================================
  Hits         1458     1458           
  Misses         21       21           
Impacted Files Coverage Δ
src/bytecode/__init__.py 100.00% <ø> (ø)
src/bytecode/bytecode.py 99.33% <ø> (ø)
src/bytecode/cfg.py 100.00% <ø> (ø)
src/bytecode/concrete.py 99.50% <ø> (ø)
src/bytecode/flags.py 100.00% <ø> (ø)
src/bytecode/instr.py 99.01% <ø> (ø)
src/bytecode/peephole_opt.py 94.38% <ø> (ø)

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 9464de9...fd5fade. Read the comment docs.