Skip to content

Commit 7c09e09

Browse files
committed
Try to re-enable coveralls
1 parent 0f64504 commit 7c09e09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
composer update --no-progress --prefer-dist
2424
- name: "Tests"
2525
run: "php vendor/bin/phpunit --coverage-clover build/logs/clover.xml"
26-
# This is erroring, not sure why.
27-
# - name: Coveralls
28-
# run: "php vendor/bin/php-coveralls"
29-
# if: ${{ success() }}
26+
- name: Coveralls
27+
env:
28+
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
run: "php vendor/bin/php-coveralls"
30+
if: ${{ success() }}
3031
tests:
3132
runs-on: "ubuntu-latest"
3233
name: "PHP ${{ matrix.php-version }} Unit Tests"

0 commit comments

Comments
 (0)