MatthieuDartiailh / bytecode

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

Black formatting and doc building test #60

Closed MatthieuDartiailh closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #60 into master will not change coverage by %. The diff coverage is 95.74%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files           7        7           
  Lines        1420     1420           
=======================================
  Hits         1394     1394           
  Misses         26       26           
Impacted Files Coverage Δ
bytecode/concrete.py 97.91% <85.71%> (ø)
bytecode/peephole_opt.py 94.38% <93.54%> (ø)
bytecode/__init__.py 100.00% <100.00%> (ø)
bytecode/bytecode.py 99.33% <100.00%> (ø)
bytecode/cfg.py 100.00% <100.00%> (ø)
bytecode/flags.py 100.00% <100.00%> (ø)
bytecode/instr.py 99.48% <100.00%> (ø)

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 df5aa48...19dfa19. Read the comment docs.