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

skeema / skeema / 23366541849
92%

Build:
DEFAULT BRANCH: main
Ran 20 Mar 2026 11:28PM UTC
Jobs 1
Files 81
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

20 Mar 2026 11:14PM UTC coverage: 92.438% (-0.04%) from 92.478%
23366541849

push

github

evanelias
internal: remove more introspection regexes

This commit continues the occasional ongoing effort of removing unnecessary
regular expressions from various older code paths. This one focuses on a few
table introspection fixup methods, where information_schema data is
problematic, so SHOW CREATE TABLE must be parsed instead:

* CHECK constraint expressions in MySQL 8+, which are always mangled by the
  server due to bad escaping
* CHECK constraint expressions in old patch releases of MariaDB 10.2-10.5,
  which are truncated at 64 characters in information_schema
* Table create options in MySQL 8+, which use a different ordering in SHOW
  CREATE TABLE vs information_schema

All of these were previously handled using dynamically-compiled regular
expressions, but are now handled using simpler calls from the strings package
instead.

No changes to user-facing behavior in this commit.

39 of 51 new or added lines in 3 files covered. (76.47%)

10830 of 11716 relevant lines covered (92.44%)

1.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
90.23
0.3% internal/tengo/table_introspect.go
9
66.67
-33.33% internal/tengo/check.go
Jobs
ID Job ID Ran Files Coverage
1 23366541849.1 20 Mar 2026 11:28PM UTC 81
92.44
GitHub Action Run
Source Files on build 23366541849
  • Tree
  • List 81
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bf0ac073 on github
  • Prev Build on main (#22739928304)
  • Next Build on main (#23622476004)
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