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

zfcampus / zf-development-mode / 91
82%

Build:
DEFAULT BRANCH: master
Ran 28 Sep 2017 09:48AM UTC
Jobs 1
Files 6
Run time 1s
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
91

Pull #32

travis-ci

web-flow
Add auto_composer command.

When auto_composer is used development mode is set based on the
environment Variable COMPOSER_DEV_MODE. If it's undefined the mode
isn't touched. If its anything else then 0 developer mode is enabled.

This can be used as post-[install|update]-cmd for composer to enable
development mode based on the mode composer was called with (--dev vs. --no-dev):
...
"scripts": {
    "development-auto": "zf-development-mode auto_composer",
    "post-install-cmd": ["@development-auto" ],
    "post-update-cmd": [ "@development-auto" ],
}
...
Pull Request #32: Add auto_composer command.

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

110 of 151 relevant lines covered (72.85%)

3.23 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
100.0
src/Command.php

Uncovered Existing Lines

Lines Coverage ∆ File
10
100.0
src/Command.php
Jobs
ID Job ID Ran Files Coverage
1 91.1 (TEST_COVERAGE=true) 28 Sep 2017 09:48AM UTC 0
72.85
Travis Job 91.1
Source Files on build 91
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #91
  • Pull Request #32
  • PR Base - master (#77)
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