File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
php : [7.4, 8.0]
18
18
experimental : [false]
19
+ analysis : true
19
20
20
21
steps :
21
22
- uses : actions/checkout@v2
@@ -50,12 +51,10 @@ jobs:
50
51
- name : Download artifacts
51
52
uses : actions/download-artifact@v2
52
53
53
- - name : Codecov
54
- uses : codecov/codecov-action@v2.1.0
55
- with :
56
- files : ./tests/_output/coverage.xml
57
- verbose : true
58
- token : ${{ secrets.CODECOV_TOKEN }}
59
-
60
- - name : Codecov Action
61
- uses : Atrox/codecov-action@v0.1.3
54
+ - name : Upload coverage results to Coveralls
55
+ if : matrix.analysis
56
+ env :
57
+ COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
58
+ run : |
59
+ composer require php-coveralls/php-coveralls -n -W
60
+ vendor/bin/php-coveralls --coverage_clover=clover.xml -v
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments