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

Implement SWITCH() #135

Closed stephenrauch closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #135 (7edf08f) into master (dc7c96d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #135   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         3740      3757   +17     
  Branches       908       912    +4     
=========================================
+ Hits          3740      3757   +17     
Impacted Files Coverage Δ
src/pycel/lib/lookup.py 100.00% <ø> (ø)
src/pycel/excellib.py 100.00% <100.00%> (ø)
src/pycel/lib/logical.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 dc7c96d...7edf08f. Read the comment docs.