jacobadenbaum / TexTables.jl

Publication quality regression and statistical tables
Other
38 stars 7 forks source link

v1.0 update #15

Closed jacobadenbaum closed 6 years ago

jacobadenbaum commented 6 years ago

Currently TexTables works on 0.7. It is not ready for 1.0 (we are waiting on a new 1.0-compatible release of Formatting.jl)

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 132


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/TableCol.jl 3 4 75.0%
src/FormattedNumbers.jl 3 5 60.0%
<!-- Total: 19 22 86.36% -->
Files with Coverage Reduction New Missed Lines %
src/Printing.jl 3 96.65%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 99: 7.7%
Covered Lines: 453
Relevant Lines: 473

💛 - Coveralls
jmkuhn commented 6 years ago

Formatting v0.3.3 is compatible with Julia 0.6 - 1.0.

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will increase coverage by 7.66%. The diff coverage is 86.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage    88.1%   95.77%   +7.66%     
==========================================
  Files           6        6              
  Lines         664      473     -191     
==========================================
- Hits          585      453     -132     
+ Misses         79       20      -59
Impacted Files Coverage Δ
src/StatsModelsInterface.jl 100% <ø> (+7.14%) :arrow_up:
src/Printing.jl 96.64% <100%> (+6.31%) :arrow_up:
src/CompositeTable.jl 95.83% <100%> (+14.01%) :arrow_up:
src/FormattedNumbers.jl 89.65% <60%> (-2.46%) :arrow_down:
src/TableCol.jl 91.04% <75%> (+8.48%) :arrow_up:
src/QuickTools.jl 100% <0%> (+2.27%) :arrow_up:
... 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 be1bf6e...7eac047. Read the comment docs.