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

sqitchers / sqitch / 342
91%
develop: 100%

Build:
Build:
LAST BUILD BRANCH: prep-v1.6.0
DEFAULT BRANCH: develop
Ran 23 Jan 2019 10:23PM UTC
Jobs 1
Files 50
Run time 14s
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

pending completion
342

push

travis-ci-com

theory
Merge branch 'target-variables'

Adds support for core, engine, and target variable configuration, as requested
in #275. The simplest way to use them is via the `--set` option on the `init`,
`engine`, and `target` commands. These allow the configuration of database
client variables for specific engines and targets, as well as defaults that
apply to all change execution commands (`deploy`, `revert`, `verify`,
`rebase`, and `checkout`). The commands merge the variables from each level in
this priority order:

* `--set-deploy` and `--set-revert` options on `rebase` and `checkout`.
* `--set` option
* `target.$target.variables`
* `engine.$engine.variables`
* `deploy.variables`, `revert.variables`, and `verify.variables`
* `core.variables`

See `sqitch-configuration` for general documentation of of the hierarchy for
merging variables and the documentation for each command for specifics.

Related changes:

*   The verify command now reads `deploy.variables`, and individual
    `verify.variables override `deploy.variables`, on the assumption that the
    verify variables in general ought to be the same as the deploy variables.
    This makes `verify` variable configuration consistent with `revert`
    variable configuration.

*   Variables set via the `--set-deploy` option on the `rebase` and `checkout`
    no longer apply to both reverts and deploys, but only deploys. Use the
    `--set` option to apply a variable to both reverts and deploys.

Closes #275.

4195 of 4473 relevant lines covered (93.78%)

62.71 hits per line

Jobs
ID Job ID Ran Files Coverage
12 342.12 (COVERAGE=1) 23 Jan 2019 10:23PM UTC 0
93.78
Travis Job 342.12
Source Files on build 342
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #342
  • 08e97323 on github
  • Prev Build on master (#1150)
  • Next Build on master (#1158)
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