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 16, 2020
1 parent 9877692 commit dfcdae3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .scrutinizer.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
- echo $DOCTRINE_MONGODB_SERVER
- vendor/bin/phpunit --prepend xdebug-filter.php --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- bash <(curl -s https://codecov.io/bash)

# Check coding standards
- stage: Code Quality
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Doctrine MongoDB Object Document Mapper

[![Build Status](https://secure.travis-ci.org/doctrine/mongodb-odm.png?branch=master)](http://travis-ci.org/doctrine/mongodb-odm)
[![Code Coverage](https://scrutinizer-ci.com/g/doctrine/mongodb-odm/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/doctrine/mongodb-odm/?branch=master)
[![Code Coverage](https://codecov.io/gh/doctrine/mongodb-odm/branch/master/graph/badge.svg)](https://codecov.io/gh/doctrine/mongodb-odm/branch/master)
[![Gitter](https://badges.gitter.im/doctrine/mongodb-odm.svg)](https://gitter.im/doctrine/mongodb-odm)


Expand Down

0 comments on commit dfcdae3

Please sign in to comment.