seleznevae / libfort

C/C++ library to create formatted ASCII tables for console applications
MIT License
493 stars 65 forks source link

[A] Added `adding_strategy` property to the tables #29

Closed seleznevae closed 4 years ago

seleznevae commented 4 years ago

This functionality partially helps to resolve questions from https://github.com/seleznevae/libfort/issues/28 .

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 655


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/table.c 7 8 87.5%
src/vector.c 42 47 89.36%
src/fort_impl.c 33 44 75.0%
src/row.c 41 55 74.55%
tests/bb_tests_cpp/test_table_basic.cpp 0 22 0.0%
<!-- Total: 192 245 78.37% -->
Files with Coverage Reduction New Missed Lines %
tests/bb_tests_cpp/test_table_basic.cpp 1 0.0%
src/properties.c 2 88.85%
tests/bb_tests/test_memory_errors.c 2 84.93%
src/fort_impl.c 7 88.62%
<!-- Total: 12 -->
Totals Coverage Status
Change from base Build 652: -0.3%
Covered Lines: 4507
Relevant Lines: 5734

💛 - Coveralls