File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 96
96
run : vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
97
97
98
98
- name : Upload code coverage
99
- uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3 .1.5
99
+ uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4 .1.1
100
100
with :
101
101
file : build/coverage-report.xml
102
+ token : ${{ secrets.CODECOV_TOKEN }}
102
103
103
104
missing-optional-packages-tests :
104
105
name : Tests without optional packages
@@ -147,6 +148,7 @@ jobs:
147
148
run : vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
148
149
149
150
- name : Upload code coverage
150
- uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3 .1.5
151
+ uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4 .1.1
151
152
with :
152
153
file : build/coverage-report.xml
154
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments