Skip to content

Commit e94c657

Browse files
Исправлена среда тестирования
1 parent 876e146 commit e94c657

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
- name: Download artifacts
5151
uses: actions/download-artifact@v2
5252

53-
- name: Upload coverage results to Coveralls
54-
env:
55-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
56-
run: |
57-
composer require php-coveralls/php-coveralls -n -W
58-
vendor/bin/php-coveralls --coverage_clover=clover.xml -v
53+
- name: Coveralls GitHub Action
54+
uses: coverallsapp/github-action@1.1.3
55+
with:
56+
github-token: ${{ secrets.COVERALLS_TOKEN }}

0 commit comments

Comments
 (0)