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

Use logging module instead of prints, add loggng to a log file #9

Closed insolor closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #9 (c7c6fec) into develop (bcca568) will decrease coverage by 0.44%. The diff coverage is 37.02%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #9      +/-   ##
===========================================
- Coverage    64.07%   63.62%   -0.45%     
===========================================
  Files           40       41       +1     
  Lines         2892     2928      +36     
  Branches       509      511       +2     
===========================================
+ Hits          1853     1863      +10     
- Misses         978     1004      +26     
  Partials        61       61              
Flag Coverage Δ
unittests 63.62% <37.02%> (-0.45%) :arrow_down:

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

Impacted Files Coverage Δ
dfrus/analyze_and_provide_fix.py 6.32% <0.00%> (ø)
dfrus/dfrus.py 0.00% <0.00%> (ø)
dfrus/dictionary_loaders.py 0.00% <0.00%> (ø)
dfrus/pretty_printing.py 35.71% <0.00%> (ø)
dfrus/trace_machine_code.py 27.90% <0.00%> (ø)
tests/test_peclasses.py 100.00% <ø> (ø)
dfrus/patchdf.py 15.90% <1.81%> (-0.18%) :arrow_down:
dfrus/logger.py 30.00% <30.00%> (ø)
dfrus/moves_series.py 72.55% <38.46%> (ø)
dfrus/new_section.py 25.92% <50.00%> (+0.92%) :arrow_up:
... and 20 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 bcca568...c7c6fec. Read the comment docs.