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

sqitchers / sqitch
100%

Build:
DEFAULT BRANCH: develop
Repo Added 10 Aug 2018 02:02PM UTC
Files 53
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

LAST BUILD ON BRANCH develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • adjust-workflow-triggers
  • badges
  • bundle
  • clickhouse
  • clickhouse-cli
  • clickhouse-config
  • coverage
  • cron-workflow
  • docker
  • engine-mock-config
  • firebird
  • fix-cover
  • fixes
  • free-cover
  • issue-828
  • issue-875
  • just-clickhouse-binary
  • main
  • master
  • more-coverage
  • mysql-registry-uri
  • option-unification
  • pgsql-versions
  • postgres-collate
  • prep-v1.6.0
  • recoverage
  • release-prep
  • snowflake
  • snowflake-keypair
  • sqlite-coverage
  • target-variables
  • testconfig
  • travis-update
  • tutorial
  • update-libintl
  • v0.9998
  • yugabyte-lock

25 Jan 2026 09:20PM UTC coverage: 100.0% (+0.02%) from 99.979%
21339916894

push

github

theory
Start ClickHouse after deleting files

The coverage workflow started complaining of a shortness of disk space
before it got to clearing the disk space. The likely culprit is the
services, which all start before the steps have a chance to clear space.

So move starting the ClickHouse server in coverage workflow from
`services` to `steps`. This requires that it always map ports 8123 and
9000, rather than let the runner find ports, but it seems to work, and
has worked for CockroachDB, which follows the same pattern for some
time.

While at it, remove the `-t` option from the call to
`apt.postgresql.org.sh` in the Postgres installation script, as it fails
to work properly with Postgres 18.

Add "Installing X" output to each of the install scripts, to make it
easier, in the future, to see which ones have run in the "Setup Clients"
step of the coverage workflow.

Fix the SQLite version string for 2026, now that there is a first
release.

4828 of 4828 relevant lines covered (100.0%)

70.63 hits per line

Relevant lines Covered
Build:
Build:
4828 RELEVANT LINES 4828 COVERED LINES
70.63 HITS PER LINE
Source Files on develop
  • Tree
  • List 53
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21339916894 develop Start ClickHouse after deleting files The coverage workflow started complaining of a shortness of disk space before it got to clearing the disk space. The likely culprit is the services, which all start before the steps have a chance to clear spa... push 25 Jan 2026 09:43PM UTC theory github
100.0
18912296716 develop Always specify host name for ClickHouse registry Default to "localhost" if it's not set to align with the behavior of the ClickHouse client, and to avoid URI::db::_odbc returning `dbi:ODBC:DSN=sqitch;Driver=ClickHouse`, which won't exist. Also t... push 29 Oct 2025 03:13PM UTC theory github
99.98
18911470068 develop Fix a couple pastoes in sqitchtutorial-sqlite.pod push 29 Oct 2025 02:46PM UTC theory github
100.0
18296184615 develop Update release notes push 06 Oct 2025 10:41PM UTC theory github
99.98
18284979226 develop Increment to v1.6.1 And always run the release workflow but only release on tag in order to avoid most unexpected errors at release time. push 06 Oct 2025 03:09PM UTC theory github
99.98
18268470055 develop Refine SQLite version regex push 06 Oct 2025 03:01AM UTC theory github
99.98
18146182007 develop Just install the ClickHouse app Rather than all the Apt stuff, which comes with more extras than we need. Also create variables for the ODBC version. push 30 Sep 2025 11:43PM UTC theory github
100.0
18045677691 develop Adjust workflow `push` and `pull_request` triggers The `branches` limitation on pull requests effectively did nothing, because they're always submitted against `develop` or `main`, and the trigger is for the branch to be merged into, not from. So... push 26 Sep 2025 06:25PM UTC theory github
100.0
18043977376 develop Search for `clickhouse` and `clickhouse-client` Bare `clickhouse` is the canonical name, and `clickhouse-client` should generally be a symlink, but some packages, like the [clickhouse-client Apt package], just have `clickhouse-client`. This is a ... push 26 Sep 2025 05:06PM UTC theory github
99.98
18022546557 develop Add support for ClickHouse client config files Follow as closely as possible the process for merging configurations used by the ClickHouse CLI itself. That means: * Searching for the appropriate configuration files and stopping on the firs... push 25 Sep 2025 10:50PM UTC theory github
100.0
See All Builds (548)
  • Repo on GitHub
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