File tree 9 files changed +36
-18
lines changed
9 files changed +36
-18
lines changed Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
69
71
70
72
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
69
71
70
72
- name : SonarCloud
71
73
uses : SonarSource/sonarcloud-github-action@master
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
69
71
70
72
71
73
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Clone Repo
31
- uses : actions/checkout@v1
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
65
65
run : phpunit
66
66
67
67
- name : CodeCov
68
- uses : codecov/codecov-action@v1
68
+ uses : codecov/codecov-action@v4
69
+ with :
70
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments