gotcha / ipdb

Integration of IPython pdb
BSD 3-Clause "New" or "Revised" License
1.85k stars 146 forks source link

Change toml file read to actually use toml instead of configparser #219

Closed alexandrebarbaruiva closed 3 years ago

alexandrebarbaruiva commented 3 years ago

Related: https://github.com/gotcha/ipdb/issues/218

codecov-io commented 3 years ago

Codecov Report

Merging #219 (b6de37e) into master (6ec7c0b) will increase coverage by 0.29%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   80.85%   81.15%   +0.29%     
==========================================
  Files           7        7              
  Lines         444      451       +7     
==========================================
+ Hits          359      366       +7     
  Misses         85       85              
Impacted Files Coverage Δ
setup.py 100.00% <ø> (ø)
ipdb/__main__.py 68.22% <90.90%> (+1.20%) :arrow_up:
tests/test_config.py 95.88% <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 6ec7c0b...b6de37e. Read the comment docs.

gotcha commented 3 years ago

Released as https://pypi.org/project/ipdb/0.13.6/