File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 55
55
- " lowest"
56
56
- " locked"
57
57
- " highest"
58
+ include :
59
+ -
60
+ php-version : " 8.3"
61
+ dependencies : " locked"
62
+ coverage : true
58
63
runs-on : " ubuntu-24.04"
59
64
timeout-minutes : 5
60
65
steps :
@@ -90,11 +95,12 @@ jobs:
90
95
name : " Send coverage to Coveralls"
91
96
env :
92
97
COVERALLS_REPO_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
93
- if : " ${{ env.COVERALLS_REPO_TOKEN && matrix.php-version == '8.3' && matrix.dependencies == 'locked' }}"
94
- run : |
95
- wget --no-verbose \
96
- "https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.3/php-coveralls.phar"
97
- php ./php-coveralls.phar --verbose
98
+ if : " ${{ env.COVERALLS_REPO_TOKEN && matrix.coverage }}"
99
+ uses : " coverallsapp/github-action@v2"
100
+ with :
101
+ github-token : " ${{ env.COVERALLS_REPO_TOKEN }}"
102
+ flag-name : " Unit"
103
+ allow-empty : false
98
104
99
105
static_analysis :
100
106
name : " 3️⃣ Static Analysis"
You can’t perform that action at this time.
0 commit comments