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

slevomat / coding-standard / 1710 / 16
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 22 May 2019 08:30AM UTC
Files 140
Run time 8s
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

22 May 2019 08:12AM UTC coverage: 100.0%. Remained the same
DEPENDENCIES=highest

push

travis-ci

kukulich
Update PHPCS/Phing configuration

As briefly discussed in 696.

This commit changes two things:

1. It removes the hard-coded value for `installed_paths` from the `build/phpcs-consistence.xml` file.
    This hard-coded value presumed that every developer would have their dev environment set up in the same way, without it being describing anywhere how that should be.
    Instead, the `dealerdirect/phpcodesniffer-composer-installer` Composer PHPCS plugin which I have now added to the `composer.json` `require-dev` section can and will take care of setting the `installed_paths` properly, _independently_ of how someone has set-up their dev environment.
2. It moves the PHPCS command-line arguments which were previously set in the `build.xml` file to the `phpcs.xml` file.
    Note:
    - Instead of hard-coded specifying the paths to scan, scan everything with the exception of the `vendor` directory and the `tests/*/data/` directories.
        That way if a new subdirectory would be added or - like in the case of PR 696, a new file in the project root -, those will automatically be scanned.

7365 of 7365 relevant lines covered (100.0%)

10.19 hits per line

Source Files on job 1710.16 (DEPENDENCIES=highest)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1544
  • Travis Job 1710.16
  • 88d4ebac on github
  • Prev Job for DEPENDENCIES=highest on master (#1707.16)
  • Next Job for DEPENDENCIES=highest on master (#1712.16)
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