dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
565 stars 147 forks source link

Better handle indirect cells in compiled workbooks #131

Closed stephenrauch closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #131 (2bcd951) into master (165b954) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #131   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         3741      3734    -7     
  Branches       910       905    -5     
=========================================
- Hits          3741      3734    -7     
Impacted Files Coverage Δ
src/pycel/excelwrapper.py 100.00% <ø> (ø)
src/pycel/excelcompiler.py 100.00% <100.00%> (ø)
src/pycel/version.py 100.00% <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 165b954...2bcd951. Read the comment docs.