• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PennockTech / tabular / 13343872160
77%

Build:
DEFAULT BRANCH: main
Ran 15 Feb 2025 09:36AM UTC
Jobs 2
Files 29
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Feb 2025 09:35AM UTC coverage: 77.346% (-0.8%) from 78.127%
13343872160

push

github

philpennock
Implement sort-by-column feature

The `Table` interface gains `SortByNamedColumn()` and `SortByColumnNumber()`
which sort the table rows in-place.

    err = tb.SortByNamedColumn("Some Header", tabular.SORT_ASC)

Introduce the `SortInter` interface which a value stored in a Cell can
implement; a method `SortInt64() int64` will let objects define their sort
order. See the `sort_test.go` sorting by position-in-greek-alphabet for an
example.

Fixed nested `*Cell` inside `Cell` to propagate rendering values.

Fixed that table `columnNames` field was never populated.  We populate it
afresh on every `AddHeader` call.

93 of 136 new or added lines in 3 files covered. (68.38%)

1335 of 1726 relevant lines covered (77.35%)

1.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 go1.24.0 - 13343872160.1 15 Feb 2025 09:36AM UTC 29
77.35
GitHub Action Run
2 go1.23.6 - 13343872160.2 15 Feb 2025 09:36AM UTC 29
77.35
GitHub Action Run
Source Files on build 13343872160
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 99d6ff22 on github
  • Prev Build on pdp/zizmor-and-bump-ci-versions (#12592174614)
  • Next Build on main (#13343946680)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc