Skip to content

Commit

Permalink
chore: removes coveralls from fork. (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Jun 30, 2021
1 parent e5a0a94 commit 27a3999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 27a3999

Please sign in to comment.