We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4acfba commit 7aa63cdCopy full SHA for 7aa63cd
.github/workflows/ci.yml
@@ -37,10 +37,6 @@ jobs:
37
if: matrix.composer-prefer-lowest == true
38
run: composer remove phpstan/phpstan phpstan/phpstan-phpunit && composer require --prefer-lowest phpstan/phpstan:0.12.23 phpstan/phpstan-phpunit:0.12.11
39
40
- - name: Install Coveralls
41
- if: matrix.coveralls == true
42
- run: composer require --dev php-coveralls/php-coveralls
43
-
44
- name: Linting code
45
run: ./vendor/bin/phing lint
46
@@ -64,4 +60,6 @@ jobs:
64
60
65
61
- name: Coveralls report
66
62
if: matrix.coveralls == true
67
- run: ./vendor/bin/php-coveralls -v
63
+ uses: coverallsapp/github-action@master
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments