Skip to content

Commit

Permalink
Use CodeCov instead of Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 12, 2020
1 parent 9cf661f commit bb06781
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
29 changes: 0 additions & 29 deletions .scrutinizer.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
script:
- ./vendor/bin/phpunit --coverage-clover clover.xml
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover clover.xml
after_success:
- bash <(curl -s https://codecov.io/bash)

- stage: Test
php: nightly
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ Doctrine Inflector is a small library that can perform string manipulations
with regard to uppercase/lowercase and singular/plural forms of words.

[![Build Status](https://travis-ci.org/doctrine/inflector.svg)](https://travis-ci.org/doctrine/inflector)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/doctrine/inflector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/doctrine/inflector/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/doctrine/inflector/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/doctrine/inflector/?branch=master)
[![Code Coverage](https://codecov.io/gh/doctrine/inflector/branch/master/graph/badge.svg)](https://codecov.io/gh/doctrine/inflector/branch/master)

0 comments on commit bb06781

Please sign in to comment.