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

skeema / skeema / 14095707094
92%

Build:
DEFAULT BRANCH: main
Ran 26 Mar 2025 11:56PM 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

26 Mar 2025 11:43PM UTC coverage: 93.166% (+0.01%) from 93.154%
14095707094

push

github

evanelias
diff/push: require --allow-unsafe if functional index collation change

Since Skeema v1.11, changing the collation of a column used in a uniqueness
constraint requires --allow-unsafe. This is because collation changes affect
the equality operation in the uniqueness constraint and can result in the
ALTER failing with a duplicate key error; see commit 905ee14.

However, the original implementation did not flag such changes when the unique
index is a functional index, which are supported in MySQL 8+. This commit
improves the underlying method used by the unsafe change detection to catch
this additional edge case.

Note that MariaDB does not directly support functional indexes, so this change
does not affect MariaDB. (The equivalent in MariaDB is to create a virtual
column and an index on that column, and Skeema's existing logic would already
handle that.)

This commit also includes a couple new table utility methods, which are not
used yet but may be helpful in the future.

22 of 22 new or added lines in 1 file covered. (100.0%)

10333 of 11091 relevant lines covered (93.17%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14095707094.1 26 Mar 2025 11:56PM UTC 78
93.17
GitHub Action Run
Source Files on build 14095707094
  • Tree
  • List 78
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 78cce1c0 on github
  • Prev Build on main (#13955634196)
  • Next Build on main (#14254697844)
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