Skip to content

Commit

Permalink
Add Codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHash committed Aug 4, 2020
1 parent 9fe245a commit bd6a91d
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 177 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -26,4 +26,7 @@ script:

after_script:
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
![Packagist License](https://img.shields.io/packagist/l/daikon/entity)

[![Build Status](https://travis-ci.com/daikon-cqrs/entity.svg?branch=master)](https://travis-ci.com/daikon-cqrs/entity)
[![Code Coverage](https://scrutinizer-ci.com/g/daikon-cqrs/entity/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/daikon-cqrs/entity/?branch=master)
[![Code Coverage](https://img.shields.io/codecov/c/github/daikon-cqrs/entity)](https://codecov.io/gh/daikon-cqrs/entity)
[![Type Coverage](https://shepherd.dev/github/daikon-cqrs/entity/coverage.svg)](https://shepherd.dev/github/daikon-cqrs/entity)
[![Libraries.io dependency status](https://img.shields.io/librariesio/github/daikon-cqrs/entity)](https://libraries.io/github/daikon-cqrs/entity)
[![Scrutinizer code quality](https://img.shields.io/scrutinizer/quality/g/daikon-cqrs/entity/master)](https://scrutinizer-ci.com/g/daikon-cqrs/entity/?branch=master)
Expand Down

0 comments on commit bd6a91d

Please sign in to comment.