flaviozantut / example-php

PHP coverage example

Home Page:https://codecov.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codecov PHP Example

  1. Collect coverage reports vendor/bin/phpunit --coverage-clover=coverage.xml, see here
  2. Call bash <(curl -s https://codecov.io/bash) at the end of your CI build, see here

Contact Codecov support team for help 👍 https://codecov.io/support

Frequently Asked Questions

####❔Using phpunit.xml.dist? Start tracking coverage metrics by adding a coverage logger:

<phpunit>
  ...
  <logging>
        <log type="coverage-clover" target="clover.xml"/>
    </logging>
</phpunit>

####❔I don't see one or more files?

Codecov will only show files that have lines covered (hit or miss). If your file has no statments it will not show up in Codecov until you add some. Go get em' tiger!

About

PHP coverage example

https://codecov.io


Languages

Language:PHP 83.1%Language:Makefile 16.9%