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

skeema / skeema / 22198075619
92%

Build:
DEFAULT BRANCH: main
Ran 19 Feb 2026 08:10PM 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

19 Feb 2026 07:56PM UTC coverage: 92.484%. Remained the same
22198075619

push

github

evanelias
MariaDB 12.2 support

This commit marks MariaDB 12.2 as a supported DB flavor. This is MariaDB's
Q1 rolling release, which became GA one week ago (12 Feb 2026).

Two metadata changes in MariaDB 12.2 are relevant to schema management,
although neither required any code changes in Skeema:

* New information_schema.triggered_update_columns table (MDEV-36996), exposing
  metadata for UPDATE triggers that are limited to certain cols (MDEV-34551,
  from MariaDB 11.8)

* information_schema.parameters now has a new column parameter_default
  (MDEV-37054), exposing metadata for routines that use arg default values
  (MDEV-10862, from MariaDB 11.8)

Because both of these underlying features were added nine months ago in
MariaDB 11.8, Skeema v1.13+ already parses SHOW CREATE output to introspect
these features, so there is no need to query the new information_schema
metadata here. All integration tests pass as-is against MariaDB 12.2.

10840 of 11721 relevant lines covered (92.48%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22198075619.1 19 Feb 2026 08:10PM UTC 81
92.48
GitHub Action Run
Source Files on build 22198075619
  • Tree
  • List 81
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 831a1d19 on github
  • Prev Build on main (#21974291124)
  • Next Build on main (#22739928304)
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