MatthieuDartiailh / bytecode

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

Start testing with latest Python 3.10 beta #80

Closed MatthieuDartiailh closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #80 (ca77ec4) into main (0a19e62) will increase coverage by 2.09%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   96.29%   98.39%   +2.09%     
==========================================
  Files           7        7              
  Lines        1486     1492       +6     
==========================================
+ Hits         1431     1468      +37     
+ Misses         55       24      -31     
Impacted Files Coverage Δ
bytecode/instr.py 99.05% <50.00%> (-0.47%) :arrow_down:
bytecode/cfg.py 100.00% <0.00%> (ø)
bytecode/concrete.py 98.77% <0.00%> (+7.82%) :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 0a19e62...ca77ec4. Read the comment docs.