File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 68
68
- name : Run phpunit
69
69
run : vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-filter=src/Sentry
70
70
71
- - name : Upload code coverage
72
- uses : codecov/codecov-action@v3
71
+ - name : Upload coverage to Codecov
72
+ uses : codecov/codecov-action@v4
73
+ with :
74
+ token : ${{ secrets.CODECOV_TOKEN }}
73
75
74
76
phpunit-legacy :
75
77
runs-on : ubuntu-latest
@@ -158,5 +160,7 @@ jobs:
158
160
- name : Run phpunit
159
161
run : vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist=src/Sentry
160
162
161
- - name : Upload code coverage
162
- uses : codecov/codecov-action@v3
163
+ - name : Upload coverage to Codecov
164
+ uses : codecov/codecov-action@v4
165
+ with :
166
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 21
21
- name : Setup PHP
22
22
uses : shivammathur/setup-php@v2
23
23
with :
24
- php-version : ' 8.2 '
24
+ php-version : ' 8.3 '
25
25
26
26
- name : Install dependencies
27
27
run : composer update --no-progress --no-interaction --prefer-dist
39
39
- name : Setup PHP
40
40
uses : shivammathur/setup-php@v2
41
41
with :
42
- php-version : ' 8.2 '
42
+ php-version : ' 8.3 '
43
43
44
44
- name : Install dependencies
45
45
run : composer update --no-progress --no-interaction --prefer-dist
You can’t perform that action at this time.
0 commit comments