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 ISBLANK() #121

Closed stephenrauch closed 3 years ago

stephenrauch commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #121 (f5448b0) into master (f57ea49) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #121   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        16    +1     
  Lines         3254      3263    +9     
  Branches       788       789    +1     
=========================================
+ Hits          3254      3263    +9     
Impacted Files Coverage Δ
src/pycel/excelformula.py 100.00% <ø> (ø)
src/pycel/excellib.py 100.00% <ø> (ø)
src/pycel/lib/engineering.py 100.00% <ø> (ø)
src/pycel/lib/information.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 f57ea49...f5448b0. Read the comment docs.