PackageTrack
Sign in Get early access

satooshi/php-coveralls

Abandoned; use php-coveralls/php-coveralls. PHP client library for Coveralls API

v2.2.0 5.5M downloads/mo #3139 most downloaded on Packagist php-coveralls/php-coveralls

What this package is like to depend on

Last release 7 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 2.6 years

Nearly every release is documented

notes for 17 of 18 stable releases

Nothing withdrawn

no release was ever pulled

13 years old

18 releases · first in 2013

0 releases in the last 12 months

see the full history below

Release timeline

18 releases · Apr 2013 to Nov 2019
2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 18
  1. v2.2.0 20 Nov 2019
    Release notes

    Enhancement

    • #269 Add possibility to change entry point

    Miscellaneous

    • #277 DX: Update PHP CS Fixer
    • #276 DX: Fix PHPMd config, allowing build to pass
    • #274 Allow Symfony 5
    • #268 Update minimum version of symfony/yaml to 2.0.5
    • #267 Add --dev to install step
    Open source →
  2. v2.1.0 22 May 2018
    Release notes

    Enhancement

    • #263 JsonFile - detect json_encode failure
    • #262 DX: Improve error messages
    • #261 Return non-0 status on command errors

    Miscellaneous

    • #265 Remove obsolete apigen and versioneye
    • #264 Drop HHVM support
    • #256 Update references to renamed binary
    Open source →
  3. v2.0.0 08 Dec 2017
    Release notes

    Bug fix

    • #232 phar building - set up platform.php for composer before building phar file

    Enhancement

    • #223 Make project works on Windows

    Miscellaneous

    • Binary and phar renamed to match tool name: php-coveralls and php-coveralls.phar
    • #228 Rename vendor
    • #227 Drop V1 from namespaces and class names
    • Upgrade to Guzzle 6
    Open source →
  4. v1.1.0 06 Dec 2017
    Release notes

    Enhancement

    • #192 let output json path be configurable
    Open source →
  5. v1.0.2 14 Oct 2017
    Release notes

    Miscellaneous

    • Update github repo link
    • #250 GitCommand - drop useless tests
    • #248 Allow Symfony 4
    • #249 Allow PHPUnit 6
    • #224 Travis - update used ubuntu dist
    • #212 update PHP CS Fixer
    • Use stable and semantic version constrains
    • Start v1.0.2 development
    • Phpdoc
    Open source →
  6. v1.0.1 20 Jan 2016
    Release notes

    Miscellaneous

    • #183 Lower required version of symfony/*
    Open source →
  7. v1.0.0 28 Dec 2015
    Release notes

    Miscellaneous

    • #136 Removed src_dir from CoverallsConfiguration
    • #154 Show a deprecation notice when src_dir is set in the config
    Open source →
  8. v0.7.1 17 Dec 2015

    Nothing published for this version

  9. v0.7.0 14 Dec 2015
    Release notes

    Bug fix

    • #30 Fix bug: Guzzle\Common\Exception\RuntimeException occur without response body
    • #41 CloverXmlCoverageCollector could not handle root directory
    • #114 Fix PHP 5.3.3, Fix HHVM on Travis, boost Travis configuration, enhance PHP CS Fixer usage

    Enhancement

    • #15 Support environment prop in json_file
    • #24 Show helpful message if the requirements are not satisfied
    • #53 Setting configuration options through command line flags
      • Added --root_dir and --coverage_clover flags
    • #64 file names need to be relative to the git repo root
    • #114 Fix PHP 5.3.3, Fix HHVM on Travis, boost Travis configuration, enhance PHP CS Fixer usage
    • #124 Create a .phar file
    • #149 Build phar file on travis
    • #127 Remove src_dir entirely

    Miscellaneous

    • #17 Refactor test cases
    • #32 Refactor CoverallsV1JobsCommand
    • #35 Remove ext-curl dependency
    • #38 Change namespace
    • #114 PHP 7.0.0 is now officially supported
    Open source →
  10. v0.6.1 04 May 2013
    Release notes

    Bug fix

    • #27 Fix bug: Response message is not shown if exception occurred

    Enhancement

    • #23 Add CLI option: --exclude-no-stmt
    • #23 Add .coveralls.yml configuration: exclude_no_stmt
    Open source →
  11. v0.6.0 03 May 2013
    Release notes

    Bug fix

    • Fix bug: Show exception log at sending a request instead of exception backtrace
    • #12 Fix bug: end of file should not be included in code coverage
    • #21 Fix bug: add connection error handling

    Enhancement

    • #11 Support configuration for multiple clover.xml
    • #14 Log enhancement
      • show file size of json_file
      • show number of included source files
      • show elapsed time and memory usage
      • show coverage
      • show response message
    • #18 Relax dependent libs version
    Open source →
  12. 0.5.0 29 Apr 2013
    Release notes

    Bug fix

    • Fix bug: only existing file lines should be included in coverage data

    Enhancement

    • --verbose (-v) CLI option enables logging
    • Support standardized env vars (Codeship supported these env vars)
      • CI_NAME
      • CI_BUILD_NUMBER
      • CI_BUILD_URL
      • CI_BRANCH
      • CI_PULL_REQUEST

    Miscellaneous

    • Refactor console logging (PSR-3 compliant)
    • Change composer's minimal stability from dev to stable
    Open source →
  13. 0.4.0 21 Apr 2013
    Release notes

    Bug fix

    • Fix bug: repo_token is required on CircleCI, Jenkins

    Enhancement

    Open source →
  14. 0.3.2 21 Apr 2013
    Release notes

    Bug fix

    • Fix bug: API request from local environment should be with repo_token
    • Fix bug: service_name in .coveralls.yml will not reflect to json_file
    Open source →
    Release notes

    Bug fix

    • Fix bug: API reqest from local environment should be with repo_token
    • Fix bug: service_name in .coveralls.yml will not reflect to json_file
    Open source →
  15. 0.3.1 19 Apr 2013
    Release notes

    Bug fix

    • [#1](Installing with composer issue) Fix bug: wrong bin path of composer.json (@zomble).
    Open source →
  16. 0.3.0 19 Apr 2013
    Release notes

    Enhancement

    • Better CLI implementation by using symfony/Console component
    • Support --dry-run, --config (-c) CLI option
    Open source →
  17. 0.2.0 18 Apr 2013
    Release notes

    Enhancement

    • Support .coveralls.yml
    Open source →
  18. 0.1.0 15 Apr 2013
    Release notes

    First release.

    • Support Travis CI (tested)
    • Implement CircleCI, Jenkins, local environment (but not tested on these CI environments)
    • Collect coverage information from clover.xml
    • Collect git repository information
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive