JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
349 stars 69 forks source link

Changes to PrettyTables printing #520

Closed ValentinKaisermayer closed 8 months ago

ValentinKaisermayer commented 8 months ago

Gets rid of a lot of code so that we do not have to reinvent the wheel. Printing is a little different (tail is omitted, top and bottom hline).

closes #514 closes #428

codecov-commenter commented 8 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (6db8220) 88.29% compared to head (fea5ff4) 86.30%.

:exclamation: Current head fea5ff4 differs from pull request most recent head 76da9a2. Consider uploading reports for the commit 76da9a2 to get more accurate results

Files Patch % Lines
src/timearray.jl 94.44% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #520 +/- ## ========================================== - Coverage 88.29% 86.30% -1.99% ========================================== Files 12 12 Lines 752 672 -80 ========================================== - Hits 664 580 -84 - Misses 88 92 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ValentinKaisermayer commented 8 months ago

@iblislin Can you review this?

iblislin commented 8 months ago

Thanks for your contributions!