File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,15 +106,10 @@ jobs:
106106 fi
107107
108108 - name : Upload coverage to Codecov
109- uses : codecov/codecov-action@v4
109+ uses : codecov/codecov-action@v5
110110 continue-on-error : true
111111 with :
112112 token : ${{ secrets.CODECOV_TOKEN }}
113- files : ./__reports__/test-coverage/coverage-final.json,./__reports__/test-coverage/lcov.info
114- flags : beta
115- name : codecov-beta
116- fail_ci_if_error : false
117- verbose : true
118113
119114 - name : Build package
120115 run : |
Original file line number Diff line number Diff line change @@ -134,15 +134,10 @@ jobs:
134134
135135 - name : Upload coverage to Codecov
136136 if : steps.validate-branch.outputs.should_publish == 'true'
137- uses : codecov/codecov-action@v4
137+ uses : codecov/codecov-action@v5
138138 continue-on-error : true
139139 with :
140140 token : ${{ secrets.CODECOV_TOKEN }}
141- files : ./__reports__/test-coverage/coverage-final.json,./__reports__/test-coverage/lcov.info
142- flags : production
143- name : codecov-production
144- fail_ci_if_error : false
145- verbose : true
146141
147142 - name : Build package
148143 if : steps.validate-branch.outputs.should_publish == 'true'
You can’t perform that action at this time.
0 commit comments