Closed stephenrauch closed 3 years ago
Merging #123 (8260afc) into master (4043693) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #123 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 17 17
Lines 3420 3733 +313
Branches 822 908 +86
==========================================
+ Hits 3420 3733 +313
Impacted Files | Coverage Δ | |
---|---|---|
src/pycel/excelcompiler.py | 100.00% <100.00%> (ø) |
|
src/pycel/excelformula.py | 100.00% <100.00%> (ø) |
|
src/pycel/excellib.py | 100.00% <100.00%> (ø) |
|
src/pycel/excelutil.py | 100.00% <100.00%> (ø) |
|
src/pycel/excelwrapper.py | 100.00% <100.00%> (ø) |
|
src/pycel/lib/date_time.py | 100.00% <100.00%> (ø) |
|
src/pycel/lib/function_helpers.py | 100.00% <100.00%> (ø) |
|
src/pycel/lib/function_info.py | 100.00% <100.00%> (ø) |
|
src/pycel/lib/logical.py | 100.00% <100.00%> (ø) |
|
src/pycel/lib/lookup.py | 100.00% <100.00%> (ø) |
|
... and 1 more |
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 4043693...8260afc. Read the comment docs.
tox
Implement parser for complete format language used by TEXT() Add handling for missing references in INDIRECT() and OFFSET() Implement INDEX() Reference form Implement IFNA() & extend IFS() to support array context Improve lookup functions with blank cells Fix serialize ranges with formulas Add ExcelCompiler.validate_serialized() to compare serialized vs actual sheet Add helpers: is_array_arg() and has_array_arg() Cleanup to use more F-strings Update Openpyxl link