Skip to content

Commit 4d4cd34

Browse files
committed
up: disable send cover report to coversall in action
1 parent 86cede3 commit 4d4cd34

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/php.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [7.3, 7.4, 8.0] # 7.2,
19+
php: [7.3, 7.4, '8.0'] # 7.2,
2020
# os: [ubuntu-latest] # , macOS-latest, windows-latest,
2121
coverage: ['none']
2222
include:
@@ -75,21 +75,21 @@ jobs:
7575
php example/sflags-demo.php --help
7676
phpunit --coverage-clover ./test/clover.info
7777
78-
- name: Coveralls parallel
79-
uses: coverallsapp/github-action@master
80-
if: matrix.coverage == 'xdebug'
81-
with:
82-
github-token: ${{ secrets.github_token }}
83-
path-to-lcov: ./test/clover.info
84-
flag-name: run-${{ matrix.php }}
85-
parallel: true
86-
87-
finish:
88-
needs: test
89-
runs-on: ubuntu-latest
90-
steps:
91-
- name: Coveralls Finished
92-
uses: coverallsapp/github-action@master
93-
with:
94-
github-token: ${{ secrets.github_token }}
95-
parallel-finished: true
78+
# - name: Coveralls parallel
79+
# uses: coverallsapp/github-action@master
80+
# if: matrix.coverage == 'xdebug'
81+
# with:
82+
# github-token: ${{ secrets.github_token }}
83+
# path-to-lcov: ./test/clover.info
84+
# flag-name: run-${{ matrix.php }}
85+
# parallel: true
86+
#
87+
# finish:
88+
# needs: test
89+
# runs-on: ubuntu-latest
90+
# steps:
91+
# - name: Coveralls Finished
92+
# uses: coverallsapp/github-action@master
93+
# with:
94+
# github-token: ${{ secrets.github_token }}
95+
# parallel-finished: true

0 commit comments

Comments
 (0)