PSLmodels / Cost-of-Capital-Calculator

A cost of capital and effective tax rate calculator
https://ccc.pslmodels.org
Other
17 stars 33 forks source link

Pandas bug fix, add auto publish #364

Closed jdebacker closed 2 years ago

jdebacker commented 2 years ago

This PR makes a fix to accommodate more recent versions of Pandas. In addition, a workflow is added to auto publish to PyPI.

codecov-commenter commented 2 years ago

Codecov Report

Merging #364 (48ef36b) into master (7603e04) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #364   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines         1103      1111    +8     
=========================================
+ Hits          1103      1111    +8     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

Impacted Files Coverage Δ
ccc/calculator.py 100.00% <100.00%> (ø)
ccc/utils.py 100.00% <100.00%> (ø)
ccc/data.py 100.00% <0.00%> (ø)
ccc/parameters.py 100.00% <0.00%> (ø)