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

skeema / skeema / 6254842008
92%

Build:
DEFAULT BRANCH: main
Ran 20 Sep 2023 10:47PM UTC
Jobs 1
Files 74
Run time 3s
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 Sep 2023 10:39PM UTC coverage: 93.269% (+0.03%) from 93.236%
6254842008

push

github

evanelias
diff/push: new option lax-comments for suppressing comment-only diffs

This commit adds the ability to ignore discrepancies in COMMENT clauses when
using `skeema diff` or `skeema push`. This behavior is controlled by new
option lax-comments, which isn't enabled by default. When enabled, comment-
only differences are suppressed as follows:

* Column-level COMMENT clause differences are ignored if there are no other
  differences in the column definition.

* Index-level COMMENT clause differences are ignored if there are no other
  changes to the index definition, or if there is only a change in visibility
  (INVISIBLE / IGNORED).

* Table-level COMMENT clause differences are ignored if there are no other
  ALTER clauses being generated for the table.

* Routine-level COMMENT clause differences are ignored if there are no other
  changes in the routine definition.

This option is intended for use in situations where some environments have
slightly different COMMENT clauses, caused by historical schema drift /
technical debt.

This option does not affect creation of new tables, columns, indexes, or
routines. Any COMMENT clauses present for a new object will still be used
as-is per the definition in the .sql file.

74 of 74 new or added lines in 5 files covered. (100.0%)

9464 of 10147 relevant lines covered (93.27%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6254842008.1 20 Sep 2023 10:47PM UTC 0
93.27
GitHub Action Run
Source Files on build 6254842008
Detailed source file information is not available for this build.
  • Back to Repo
  • 76a73236 on github
  • Prev Build on linter-backtick-names (#6243124709)
  • Next Build on main (#6317666855)
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