From 27a3999084794d93c15356cedb24655d0870ab6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Wed, 30 Jun 2021 11:18:33 +0200 Subject: [PATCH] chore: removes coveralls from fork. (#207) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c0c238..f4546c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,9 @@ jobs: - name: Run tests run: composer test -- --coverage-clover=build/logs/clover.xml - name: Upload coverage report to codecov service - if: matrix.operating-system == 'ubuntu-latest' + if: | + matrix.operating-system == 'ubuntu-latest' || + env.GITHUB_REPOSITORY == 'openzipkin/zipkin-php' run: | php php-coveralls.phar -v bash <(curl -s https://codecov.io/bash)