Skip to content

Commit ac771ff

Browse files
committed
remove coveralls in a favor of codecov
1 parent 769cd3d commit ac771ff

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.coveralls.yml

-3
This file was deleted.

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77
- 7.4
88
env:
99
global:
10-
- ES_VERSION=6.2.3 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
10+
- ES_VERSION=6.8.2 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
1111
matrix:
1212
- SYMFONY="^4.4"
1313
- SYMFONY="^5.0"
@@ -28,4 +28,4 @@ script:
2828
- vendor/bin/phpunit --coverage-clover=coverage.clover
2929
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/,var/cache ./
3030
after_script:
31-
- travis_retry php vendor/bin/coveralls
31+
- travis_retry bash <(curl -s https://codecov.io/bash)

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ is the preferred and recommended way to ask questions about ONGR bundles and lib
2323

2424

2525
[![Build Status](https://travis-ci.org/ongr-io/ElasticsearchBundle.svg?branch=master)](https://travis-ci.org/ongr-io/ElasticsearchBundle)
26+
[![codecov](https://codecov.io/gh/ongr-io/ElasticsearchBundle/branch/master/graph/badge.svg)](https://codecov.io/gh/ongr-io/ElasticsearchBundle)
2627
[![Latest Stable Version](https://poser.pugx.org/ongr/elasticsearch-bundle/v/stable)](https://packagist.org/packages/ongr/elasticsearch-bundle)
2728
[![Total Downloads](https://poser.pugx.org/ongr/elasticsearch-bundle/downloads)](https://packagist.org/packages/ongr/elasticsearch-bundle)
2829
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ongr-io/ElasticsearchBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ongr-io/ElasticsearchBundle/?branch=master)

0 commit comments

Comments
 (0)