Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Nov 4, 2020
1 parent 21287ae commit 346cfd7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,5 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=tests/logs/clover.xml -v
if: matrix.php != '5.3'

- name: Upload coverage results to Coveralls (PHP 5.3)
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
coveralls --coverage_clover=tests/logs/clover.xml -v
if: matrix.php == '5.3'
composer global require php-coveralls/php-coveralls "^1.0"
coveralls --coverage_clover=tests/logs/clover.xml -v

0 comments on commit 346cfd7

Please sign in to comment.