File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9696 run : vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
9797
9898 - name : Upload code coverage
99- uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3 .1.5
99+ uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4 .1.1
100100 with :
101101 file : build/coverage-report.xml
102+ token : ${{ secrets.CODECOV_TOKEN }}
102103
103104 missing-optional-packages-tests :
104105 name : Tests without optional packages
@@ -147,6 +148,7 @@ jobs:
147148 run : vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
148149
149150 - name : Upload code coverage
150- uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3 .1.5
151+ uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4 .1.1
151152 with :
152153 file : build/coverage-report.xml
154+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments