File tree 1 file changed +2
-2
lines changed
1 file changed +2
-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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
99
+ uses : codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
100
100
with :
101
101
file : build/coverage-report.xml
102
102
token : ${{ secrets.CODECOV_TOKEN }}
@@ -148,7 +148,7 @@ jobs:
148
148
run : vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
149
149
150
150
- name : Upload code coverage
151
- uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
151
+ uses : codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
152
152
with :
153
153
file : build/coverage-report.xml
154
154
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments