Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update php-coveralls/php-coveralls from v2.1.0 to v2.6.0 #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

violinist-bot
Copy link
Contributor

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • php-coveralls/php-coveralls: v2.6.0 (updated from v2.1.0)
  • psr/container: 1.1.1 (updated from 1.0.0)
  • psr/log: 1.1.4 (updated from 1.1.0)
  • symfony/config: v4.4.44 (updated from v4.3.3)
  • symfony/console: v4.4.49 (updated from v4.3.3)
  • symfony/deprecation-contracts: v2.5.2 (new package, previously not installed)
  • symfony/filesystem: v4.4.42 (updated from v4.3.3)
  • symfony/polyfill-ctype: v1.27.0 (updated from v1.12.0)
  • symfony/polyfill-mbstring: v1.27.0 (updated from v1.12.0)
  • symfony/polyfill-php73: v1.27.0 (updated from v1.12.0)
  • symfony/polyfill-php80: v1.27.0 (new package, previously not installed)
  • symfony/polyfill-php81: v1.27.0 (new package, previously not installed)
  • symfony/service-contracts: v1.1.13 (updated from v1.1.5)
  • symfony/stopwatch: v4.4.46 (updated from v4.3.3)
  • symfony/yaml: v5.3.14 (updated from v4.3.3)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .github/workflows/ci.yml
  .github/workflows/static-code-analysis.yml
  .gitignore
  .php-cs-fixer.dist.php
  .php_cs.dist
  .travis.yml
  CHANGELOG.md
  README.md
  bin/php-coveralls
  box.json
  build/config/phpmd.xml
  composer.json
  dev-tools/composer.json
  dev-tools/composer.lock
  phpunit.xml.dist
  src/Bundle/CoverallsBundle/Api/Jobs.php
  src/Bundle/CoverallsBundle/Collector/CiEnvVarsCollector.php
  src/Bundle/CoverallsBundle/Collector/CloverXmlCoverageCollector.php
  src/Bundle/CoverallsBundle/Collector/GitInfoCollector.php
  src/Bundle/CoverallsBundle/Command/CoverallsJobsCommand.php
  src/Bundle/CoverallsBundle/Config/Configuration.php
  src/Bundle/CoverallsBundle/Config/Configurator.php
  src/Bundle/CoverallsBundle/Config/CoverallsConfiguration.php
  src/Bundle/CoverallsBundle/Console/Application.php
  src/Bundle/CoverallsBundle/Console/ApplicationFactory.php
  src/Bundle/CoverallsBundle/Entity/Coveralls.php
  src/Bundle/CoverallsBundle/Entity/Exception/RequirementsNotSatisfiedException.php
  src/Bundle/CoverallsBundle/Entity/Git/Commit.php
  src/Bundle/CoverallsBundle/Entity/Git/Git.php
  src/Bundle/CoverallsBundle/Entity/Git/Remote.php
  src/Bundle/CoverallsBundle/Entity/JsonFile.php
  src/Bundle/CoverallsBundle/Entity/Metrics.php
  src/Bundle/CoverallsBundle/Entity/SourceFile.php
  src/Bundle/CoverallsBundle/Repository/JobsRepository.php
  src/Bundle/CoverallsBundle/Version.php
  src/Component/File/Path.php
  src/Component/Log/ConsoleLogger.php
  src/Component/System/SystemCommandExecutor.php
  src/Component/System/SystemCommandExecutorInterface.php
  tests/Bundle/CoverallsBundle/Api/JobsTest.php
  tests/Bundle/CoverallsBundle/Collector/CiEnvVarsCollectorTest.php
  tests/Bundle/CoverallsBundle/Collector/CloverXmlCoverageCollectorTest.php
  tests/Bundle/CoverallsBundle/Collector/GitInfoCollectorTest.php
  tests/Bundle/CoverallsBundle/Command/CoverallsJobsCommandTest.php
  tests/Bundle/CoverallsBundle/Config/ConfigurationTest.php
  tests/Bundle/CoverallsBundle/Config/ConfiguratorTest.php
  tests/Bundle/CoverallsBundle/Config/yaml/entry_point.yml
  tests/Bundle/CoverallsBundle/Console/ApplicationTest.php
  tests/Bundle/CoverallsBundle/Entity/Exception/RequirementsNotSatisfiedExceptionTest.php
  tests/Bundle/CoverallsBundle/Entity/Git/CommitTest.php
  tests/Bundle/CoverallsBundle/Entity/Git/GitTest.php
  tests/Bundle/CoverallsBundle/Entity/Git/RemoteTest.php
  tests/Bundle/CoverallsBundle/Entity/JsonFileTest.php
  tests/Bundle/CoverallsBundle/Entity/MetricsTest.php
  tests/Bundle/CoverallsBundle/Entity/SourceFileTest.php
  tests/Bundle/CoverallsBundle/Repository/JobsRepositoryTest.php
  tests/Component/File/PathTest.php
  tests/Component/Log/ConsoleLoggerTest.php
  tests/Component/System/Git/GitCommandTest.php
  tests/ProjectTestCase.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 9e88d7d Prepare v2.6.0
  • db663cc DX: update dev-tools, especially PHP CS Fixer (#366)
  • f08f945 GH Actions/CI: run the test suite against PHP 8.1, 8.2 and 8.3 (#363)
  • e2556b3 Fix PHP 8.1 compatibility (#361)
  • 93c4651 README: fix broken badge and mention GH Actions (#362)
  • 58e3181 Replace Travis CI with the GitHub action badge (#364)
  • 9fa3cb5 DX: Update PHP CS Fixer to ^3.13.2 (#355)
  • 2313395 Upgrade PHAR generation to Box 4.x (#351)
  • 0d76f9d Add windows-os to github action (#335)
  • 9d8243b Prepare v2.5.3
  • 0062a2c GH Actions: various updates (#346)
  • 24a4c8a MetricsTest: fix tests failing on imprecise floats (#344)
  • 1384715 PHP 8.1 | Fix "passing null to non-nullable" deprecations (tests only) (#345)
  • f91b28e PHP 8.2 | Fix deprecated embedded variables in text strings (#343)
  • f5e4e9b Fix minor typo in GitHub Action step's name (#349)
  • 007e13a Prepare v2.5.2
  • a77715a Changed CIRCLE_BUILD_NUMtoCIRCLE_WORKFLOW_ID (#330)
  • 1d01669 Added compatibility with Symfony 6 (#328)
  • 814c2de CI: Migrate to GitHub Actions (#325)
  • a54881a Prepare v2.5.1
  • 47c77a4 Fix PHP 5.5 compatibility (#324)
  • 12acb81 Prepare v2.5.0
  • b504171 Allow for Symfony:^6 (#322)
  • d07247a Disallow psr/log v3 (#321)
  • b945ee8 Added fallback to show where is problem with non-UTF8 chars. (#319)
  • bc50501 Update version in master to latest release (#311)
  • 0c73d01 Allow psr/log v2 and v3 (#317)
  • f49444d Update README with Travis CI configuration detail (#316)
  • 909381b Prepare v2.4.3
  • 8a5838f Add file missing for PHP 8 (#308)
  • fb7d868 Update README.md (#303)
  • 8a33ae2 Add COVERALLS_REPO_TOKEN to error message when run on Github Action (#302)
  • da0e1ac Correct spelling error in Github (#299)
  • c3f682e Prepare v2.4.1
  • e0bc2cd Fix support of branch name with hyphen and "(no branch)" (#298)
  • 9e39f11 Prepare v2.4.0
  • dba554d DX: .gitignore cache PHPUnit (#297)
  • f266bd4 Add Github Actions and COVERALLS_FLAG_NAME support (#296)
  • c106696 Add insecure option (#289)
  • 32094f4 Add support for PHP 8 + PHPUnit 9 (#295)
  • 1bd927e Prepare v2.3.0
  • 32ba402 Added COVERALLS_PARALLEL support and Configured CI_BUILD_NUMBER for Travis CI (#279)
  • 7d872a9 DX: Allow PHPUnit 7 (#294)
  • 1c7f906 Allow to specify endpoint in arguments (#290)
  • 45c64e2 CI: reduce amount of jobs (#292)
  • d6d35db DX: Configurator - reduce cyclomatic complexity (#291)
  • 3949b49 Add Guzzle 7 support (#288)
  • 52e6048 Fix incorrect version in README (#286)
  • c031090 Update .travis.yml to include PHP 7.4 (#283)
  • 3e6420f Prepare v2.2.0
  • 1b3d14a Add possibility to change entry point (#269)
  • 6b2b82f Allow Symfony 5 (#274)
  • 5267300 DX: Update PHP CS Fixer (#277)
  • ecfad87 Update minimum version of symfony/yaml to 2.0.5 (#268)
  • 98c34a0 DX: Fix PHPMd config, allowing build to pass (#276)
  • 0de855a Add --dev to install step (#267)

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant