File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3939 - name : Run tests
4040 run : php vendor/bin/phpunit
4141
42- - name : Update scrutinizer-ci
43- run : |
44- wget https://scrutinizer-ci.com/ocular.phar
45- php ocular.phar code-coverage:upload --format=php-clover log/coverage.xml
42+ - name : Submit code coverage
43+ uses : codecov/codecov-action@v1
4644
4745 - name : Evaluate semantic versioning
4846 run : |
Original file line number Diff line number Diff line change 44[ ![ Latest Stable Version] ( https://poser.pugx.org/tomzx/php-semver-checker/v/stable.svg )] ( https://packagist.org/packages/tomzx/php-semver-checker )
55[ ![ Latest Unstable Version] ( https://poser.pugx.org/tomzx/php-semver-checker/v/unstable.svg )] ( https://packagist.org/packages/tomzx/php-semver-checker )
66[ ![ Build Status] ( https://img.shields.io/travis/tomzx/php-semver-checker.svg )] ( https://travis-ci.org/tomzx/php-semver-checker )
7- [ ![ Code Quality] ( https://img.shields.io/scrutinizer/g/tomzx/php-semver-checker.svg )] ( https://scrutinizer-ci.com/g/tomzx/php-semver-checker/code-structure )
8- [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/tomzx/php-semver-checker.svg )] ( https://scrutinizer-ci.com/g/tomzx/php-semver-checker )
7+ [ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/tomzx/php-semver-checker )] ( https://app.codecov.io/gh/tomzx/php-semver-checker/ )
98[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/tomzx/php-semver-checker.svg )] ( https://packagist.org/packages/tomzx/php-semver-checker )
109
1110PHP Semantic Versioning Checker is a console/library which allows you to inspect a set of before and after source code.
You can’t perform that action at this time.
0 commit comments