Skip to content

Commit

Permalink
Update test-phpunit.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com>
  • Loading branch information
ddevsr authored Sep 21, 2023
1 parent 1248a96 commit f3dad5f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,8 @@ jobs:
run: |
vendor/bin/phpcov merge --clover build/logs/clover.xml build/cov
coveralls:
needs: [main]
name: Coveralls Finished
runs-on: ubuntu-latest
steps:
- name: Upload coverage to Coveralls
- if: matrix.php-versions == '8.1'
name: Upload coverage to Coveralls
run: |
php-coveralls --verbose --exclude-no-stmt --ansi
env:
Expand Down

0 comments on commit f3dad5f

Please sign in to comment.