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

php / pecl-search_engine-solr / 153 / 3
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 02 Oct 2018 09:22PM UTC
Files 22
Run time 5min
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

02 Oct 2018 09:06PM UTC coverage: 78.568%. Remained the same
PHP=5.6 enable_debug=no enable_maintainer_zts=no enable_libxml=yes enable_json=yes

push

travis-ci

petk
Convert CRLF line endings to LF

This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline characters:
- LF (\n) (*nix and Mac)
- CRLF (\r\n) (Windows)
- CR (\r) (old Mac, obsolete)

To see which line endings are in the index and in the working copy the
following command can be used:
`git ls-files --eol`

Git additionally provides `.gitattributes` file to specify if some files
need to have specific line endings on all platforms (either CRLF or LF).

Changed files shouldn't cause issues on modern Windows platforms because
also Git can do output conversion is core.autocrlf=true is set on
Windows and use CRLF newlines in all files in the working tree.

Unless CRLF files are tracked specifically, Git by default tracks all
files in the index using LF newlines.

6276 of 7988 relevant lines covered (78.57%)

103.42 hits per line

Source Files on job 153.3 (PHP=5.6 enable_debug=no enable_maintainer_zts=no enable_libxml=yes enable_json=yes)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 127
  • Travis Job 153.3
  • 152b807b on github
  • Prev Job for PHP=5.6 enable_debug=no enable_maintainer_zts=no enable_libxml=yes enable_json=yes on master (#152.3)
  • Next Job for PHP=5.6 enable_debug=no enable_maintainer_zts=no enable_libxml=yes enable_json=yes on master (#154.3)
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