Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Mar 19, 2018

Bumps leanphp/phpspec-code-coverage from 4.0.0 to 4.1.1.

Changelog

Sourced from leanphp/phpspec-code-coverage's changelog.

[4.1.1] - 2018-03-19

  • Added --no-coverage option which can skip code coverage generation during
    PhpSpec test run.

[4.1.0] - 2018-03-17

  • phpunit/php-code-coverage dependency version requirement has been updated
    from ~4.0|~5.0 to ~5.0 as we do not support version 4.0 anymore.
  • Updated README with information regarding memory_limit when generating code
    coverage reports.
  • PHP 7.2 has been added to travis test matrix
Commits
  • e1e9e04 v4.1.1
  • 2071874 Merge pull request #24 from leanphp/skip-coverage
  • 48f6630 rename --skip-coverage to --no-coverage
  • 42cfd2c add --skip-coverage - fixes #11
  • 122dd46 Merge pull request #22 from leanphp/appveyor
  • b0d82fe appveyor: update dir structure to phpspec-code-coverage
  • e10ae4c appveyor: run standard tests before lowdep tests
  • daf107a fix minimum dependency
  • c84b2fa appveoyr: fix --prefer-lowest
  • 5b84237 appveyor: fix composer argument
  • Additional commits viewable in compare view

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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

@codecov-io
Copy link

codecov-io commented Mar 19, 2018

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #16   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity       13     13           
=======================================
  Files             2      2           
  Lines            26     26           
=======================================
  Hits             26     26

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 a59f31a...27b638a. Read the comment docs.

@msvrtan
Copy link
Contributor

msvrtan commented Mar 19, 2018

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/leanphp/phpspec-code-coverage-4.1.1 branch from d46ab5b to 27b638a Compare March 19, 2018 10:37
@msvrtan msvrtan merged commit bd23c51 into master Mar 19, 2018
@msvrtan msvrtan deleted the dependabot/composer/leanphp/phpspec-code-coverage-4.1.1 branch March 19, 2018 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to disable coverage generation.

4 participants