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

Ctypes annotated structure #7

Closed insolor closed 3 years ago

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

Codecov Report

Merging #7 (454d907) into develop (47501af) will increase coverage by 0.72%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #7      +/-   ##
===========================================
+ Coverage    61.59%   62.32%   +0.72%     
===========================================
  Files           32       36       +4     
  Lines         2851     2861      +10     
  Branches       513      516       +3     
===========================================
+ Hits          1756     1783      +27     
+ Misses        1032     1016      -16     
+ Partials        63       62       -1     
Flag Coverage Δ
unittests 62.32% <100.00%> (+0.72%) :arrow_up:

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

Impacted Files Coverage Δ
dfrus/ctypes_annotated_structure.py 100.00% <100.00%> (ø)
dfrus/peclasses.py 78.83% <100.00%> (+2.38%) :arrow_up:
tests/test_ctypes_annotated_structure.py 100.00% <100.00%> (ø)
dfrus/machine_code_utils.py 90.00% <0.00%> (-1.23%) :arrow_down:
dfrus/disasm.py 84.31% <0.00%> (-0.18%) :arrow_down:
dfrus/patchdf.py 28.20% <0.00%> (-0.14%) :arrow_down:
tests/test_patchdf.py 100.00% <0.00%> (ø)
tests/test_peclasses.py 100.00% <0.00%> (ø)
tests/test_machine_code_match.py 100.00% <0.00%> (ø)
dfrus/machine_code_match.py 94.44% <0.00%> (ø)
... and 2 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 47501af...454d907. Read the comment docs.