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

slevomat / coding-standard / 1710
85%

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

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

Jobs
ID Job ID Ran Files Coverage
16 1710.16 (DEPENDENCIES=highest) 22 May 2019 08:27AM UTC 0
100.0
Travis Job 1710.16
Source Files on build 1710
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1710
  • 88d4ebac on github
  • Prev Build on master (#1707)
  • Next Build on master (#1712)
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