dfint / dfrus

A patcher for a text hard-coded into an executable of the Dwarf Fortress game
MIT License
1 stars 1 forks source link

Machine code builder #4

Closed insolor closed 3 years ago

insolor commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #4 (b384927) into develop (590c611) will increase coverage by 4.23%. The diff coverage is 89.93%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #4      +/-   ##
===========================================
+ Coverage    50.23%   54.47%   +4.23%     
===========================================
  Files           25       28       +3     
  Lines         2735     2827      +92     
  Branches       556      541      -15     
===========================================
+ Hits          1374     1540     +166     
+ Misses        1289     1225      -64     
+ Partials        72       62      -10     
Flag Coverage Δ
unittests 54.47% <89.93%> (+4.23%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dfrus/patchdf.py 27.56% <20.51%> (+0.17%) :arrow_up:
dfrus/machine_code_utils.py 92.85% <97.22%> (+25.11%) :arrow_up:
dfrus/binio.py 65.95% <100.00%> (+10.63%) :arrow_up:
dfrus/machine_code_assembler.py 100.00% <100.00%> (ø)
dfrus/machine_code_builder.py 100.00% <100.00%> (ø)
tests/test_machine_code_assembler.py 100.00% <100.00%> (ø)
tests/test_machine_code_builder.py 100.00% <100.00%> (ø)
tests/test_machine_code_utils.py 100.00% <100.00%> (ø)
tests/test_patchdf.py 95.86% <100.00%> (ø)
dfrus/disasm.py 66.36% <0.00%> (+0.18%) :arrow_up:
... and 1 more

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 590c611...b384927. Read the comment docs.