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

keradus / PHP-CS-Fixer / 2437 / 1
91%
1.11: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 08 Feb 2017 01:30PM UTC
Files 245
Run time 12s
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

08 Feb 2017 08:16AM UTC coverage: 91.272% (-0.02%) from 91.294%
DEPLOY=yes TASK_TESTS_COVERAGE=1

push

travis-ci

keradus
minor #2521 SCA trailing spces check - ouput lines with trailing white space (SpacePossum)

This PR was merged into the 2.0 branch.

Discussion
----------

SCA trailing spces check - ouput lines with trailing white space

Current:
```bash
[08:50 AM]-[possum@zoo]-[/home/possum/work/PHP-CS-Fixer]-[git master_FunctionToConstantFixer]
$ find . -type f -not -path "./.git/*" -not -path "./vendor/*" -not -path "./tests/Fixtures/*" -exec egrep -l " $" {} \;
./tests/Fixer/LanguageConstruct/FunctionToConstantFixerTest.php
```

Proposed:
```bash
[08:49 AM]-[possum@zoo]-[/home/possum/work/PHP-CS-Fixer]-[git master_FunctionToConstantFixer]
$ find . -type f -not -path "./.git/*" -not -path "./vendor/*" -not -path "./tests/Fixtures/*" -exec egrep -nH " $" {} \;
./tests/Fixer/LanguageConstruct/FunctionToConstantFixerTest.php:112:    $b
./tests/Fixer/LanguageConstruct/FunctionToConstantFixerTest.php:118:    || $c < pi()
```

Commits
-------

7cbd48af Update .travis.yml

7195 of 7883 relevant lines covered (91.27%)

273.86 hits per line

Source Files on job 2437.1 (DEPLOY=yes TASK_TESTS_COVERAGE=1)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2437
  • Travis Job 2437.1
  • 0778009c on github
  • Prev Job for DEPLOY=yes TASK_TESTS_COVERAGE=1 on 2.0 (#2436.1)
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