Skip to content

Update php-coveralls/php-coveralls from v2.1.0 to v2.8.0 - #177

Open
violinist-bot wants to merge 1 commit into
matthijsthoolen:masterfrom
violinist-dev:phpcoverallsphpcoverallsv210v280
Open

violinist-bot wants to merge 1 commit into
matthijsthoolen:masterfrom
violinist-dev:phpcoverallsphpcoverallsv210v280

Conversation

@violinist-bot

Copy link
Copy Markdown
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.8.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.4 (new package, previously not installed)
  • symfony/event-dispatcher-contracts: v1.10.0 (updated from v1.1.5)
  • symfony/filesystem: v4.4.42 (updated from v4.3.3)
  • symfony/polyfill-ctype: v1.32.0 (updated from v1.12.0)
  • symfony/polyfill-mbstring: v1.32.0 (updated from v1.12.0)
  • symfony/polyfill-php73: v1.32.0 (updated from v1.12.0)
  • symfony/polyfill-php80: v1.32.0 (new package, previously not installed)
  • symfony/polyfill-php81: v1.32.0 (new package, previously not installed)
  • symfony/process: v4.4.44 (updated from v4.3.3)
  • symfony/service-contracts: v1.10.0 (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
  .gitattributes
  .github/SECURITY.md
  .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/CoverallsApi.php
  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/CoverallsBundle.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:

  • 00b9fce Prepare v2.8.0
  • ba3e492 chore: upgrade SCA, run PHP CS Fixer (#385)
  • dbd2a85 tests: update data provider to not use 'this' (#387)
  • 672b5eb chore: overcome prophecy warning (#386)
  • 97085d3 chore: fix typo (#384)
  • 93f41d3 Add .gitattributes (#381)
  • 43805d7 Update SECURITY.md (#383)
  • 7f1f593 Fix CI (#379)
  • 469c11f Remove duplicated word "other" (#380)
  • 004c59d Create SECURITY.md
  • d9df3b8 Fix typos (#372)
  • b36fa43 Prepare v2.7.0
  • c47845c DX: allow Symfony ^7 (#369)
  • 6a89b48 chore: drop PHP 5.x support (#371)
  • 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)

Working with this branch

If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.


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.

@coderabbitai

coderabbitai Bot commented May 12, 2025

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • composer.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 183259cb-c28b-49c3-bc7d-bd7d52c0b208

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@violinist-bot
violinist-bot force-pushed the phpcoverallsphpcoverallsv210v280 branch from b1fd2be to 9399c99 Compare July 28, 2025 09:22
@violinist-bot
violinist-bot force-pushed the phpcoverallsphpcoverallsv210v280 branch from 9399c99 to d099299 Compare April 1, 2026 11:32
@codeant-ai

codeant-ai Bot commented Apr 1, 2026

Copy link
Copy Markdown

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai

codeant-ai Bot commented Apr 1, 2026

Copy link
Copy Markdown

CodeAnt AI finished reviewing your PR.

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