Skip to content

Conversation

@dependabot-preview
Copy link

Bumps php-coveralls/php-coveralls from 2.1.0 to 2.4.3.

Release notes

Sourced from php-coveralls/php-coveralls's releases.

v2.4.3

  • Add file missing for PHP 8 (#308)
  • Update README.md (#303)

v2.4.2

  • Add COVERALLS_REPO_TOKEN to error message when run on Github Action (#302)
  • Correct spelling error in Github (#299)

v2.4.1

Bug fix

  • #298 Fix support of branch name with hyphen and "(no branch)"

v2.4.0

CD broken - no .phar file available! Use v2.4.1+ instead!

Enhancement

  • #296 Add Github Actions and COVERALLS_FLAG_NAME support
  • #295 Add support for PHP 8 + PHPUnit 9
  • #289 Add insecure option

Miscellaneous

  • #297 DX: .gitignore cache PHPUnit

v2.3.0

Enhancement

  • #290 Allow to specify endpoint in arguments
  • #288 Add Guzzle 7 support
  • #279 Added COVERALLS_PARALLEL support and Configured CI_BUILD_NUMBER for Travis CI

Miscellaneous

  • #294 DX: Allow PHPUnit 7
  • #292 CI: reduce amount of jobs
  • #291 DX: Configurator - reduce cyclomatic complexity
  • #286 Fix incorrect version in README
  • #283 Update .travis.yml to include PHP 7.4

v2.2.0

Enhancement

  • #269 Add possibility to change entry point

Miscellaneous

  • #277 DX: Update PHP CS Fixer
  • #276 DX: Fix PHPMd config, allowing build to pass
Changelog

Sourced from php-coveralls/php-coveralls's changelog.

2.4.3

Bug fix

  • #308 Add file missing for PHP 8

Miscellaneous

  • #303 Update README.md

2.4.2

Bug fix

  • #302 Add COVERALLS_REPO_TOKEN to error message when run on Github Action
  • #299 Correct spelling error in Github

2.4.1

Bug fix

  • #298 Fix support of branch name with hyphen and "(no branch)"

2.4.0

Enhancement

  • #296 Add Github Actions and COVERALLS_FLAG_NAME support
  • #295 Add support for PHP 8 + PHPUnit 9
  • #289 Add insecure option

Miscellaneous

  • #297 DX: .gitignore cache PHPUnit

2.3.0

Enhancement

  • #290 Allow to specify endpoint in arguments
  • #288 Add Guzzle 7 support
  • #279 Added COVERALLS_PARALLEL support and Configured CI_BUILD_NUMBER for Travis CI

Miscellaneous

  • #294 DX: Allow PHPUnit 7
  • #292 CI: reduce amount of jobs
  • #291 DX: Configurator - reduce cyclomatic complexity
  • #286 Fix incorrect version in README
  • #283 Update .travis.yml to include PHP 7.4
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 24, 2020
@codecov
Copy link

codecov bot commented Dec 24, 2020

Codecov Report

Merging #50 (6cfe0d3) into master (900637b) will decrease coverage by 0.21%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #50      +/-   ##
============================================
- Coverage     67.73%   67.52%   -0.22%     
  Complexity      337      337              
============================================
  Files            18       18              
  Lines           936      936              
============================================
- Hits            634      632       -2     
- Misses          302      304       +2     
Impacted Files Coverage Δ Complexity Δ
src/BaseModel.php 28.94% <0.00%> (-0.88%) 52.00% <0.00%> (ø%)
src/BaseController.php 85.39% <0.00%> (-0.32%) 96.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 900637b...6cfe0d3. Read the comment docs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 107

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 67.644%

Files with Coverage Reduction New Missed Lines %
src/BaseController.php 1 84.97%
src/BaseModel.php 1 24.51%
Totals Coverage Status
Change from base Build 74: 0.0%
Covered Lines: 577
Relevant Lines: 853

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants