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 39
39
- name : Run tests
40
40
run : php vendor/bin/phpunit
41
41
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
46
44
47
45
- name : Evaluate semantic versioning
48
46
run : |
Original file line number Diff line number Diff line change 4
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/tomzx/php-semver-checker/v/stable.svg )] ( https://packagist.org/packages/tomzx/php-semver-checker )
5
5
[ ![ Latest Unstable Version] ( https://poser.pugx.org/tomzx/php-semver-checker/v/unstable.svg )] ( https://packagist.org/packages/tomzx/php-semver-checker )
6
6
[ ![ 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/ )
9
8
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/tomzx/php-semver-checker.svg )] ( https://packagist.org/packages/tomzx/php-semver-checker )
10
9
11
10
PHP 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