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

skeema / skeema / 12728363597
92%

Build:
DEFAULT BRANCH: main
Ran 11 Jan 2025 11:14PM UTC
Jobs 1
Files 78
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

11 Jan 2025 11:07PM UTC coverage: 93.262% (+0.09%) from 93.171%
12728363597

push

github

evanelias
internal: refactor string manipulations of col types

This commit implements a long-overdue refactor of column data type handling
throughout the codebase. Previously, table introspection just obtained raw
column types from information_schema as strings, and left any parsing or
processing logic to each individual callsite. This caused a lot of redundant
code, especially among linter checks, as well as in the MODIFY COLUMN lossy-
change detection logic.

With this commit, at introspection time we now parse out the base type, size/
length/precision/scale/width fields, unsigned attribute, and zerofill
attribute. Regular expressions are not used, except in a few rare cases in
tests only.

197 of 197 new or added lines in 12 files covered. (100.0%)

10243 of 10983 relevant lines covered (93.26%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12728363597.1 11 Jan 2025 11:14PM UTC 78
93.26
GitHub Action Run
Source Files on build 12728363597
  • Tree
  • List 78
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c922e6bc on github
  • Prev Build on main (#12564295210)
  • Next Build on main (#12876819173)
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