File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3333 - name : i18n_extract
3434 run : npm run i18n_extract
3535 - name : Coverage
36- uses : codecov/codecov-action@v3
36+ uses : codecov/codecov-action@v4
37+ with :
38+ token : ${{ secrets.CODECOV_TOKEN }}
39+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 3030 - name : i18n_extract
3131 run : npm run i18n_extract
3232 - name : Coverage
33- uses : codecov/codecov-action@v3
33+ uses : codecov/codecov-action@v4
34+ with :
35+ token : ${{ secrets.CODECOV_TOKEN }}
36+ fail_ci_if_error : false
3437 - name : Build
3538 run : npm run build
3639 - name : Release
Original file line number Diff line number Diff line change 1313 "snapshot" : " fedx-scripts jest --updateSnapshot" ,
1414 "start" : " fedx-scripts webpack-dev-server --progress" ,
1515 "start:with-theme" : " paragon install-theme && npm start && npm install" ,
16- "test" : " fedx-scripts jest"
16+ "test" : " fedx-scripts jest --coverage "
1717 },
1818 "files" : [
1919 " /dist"
You can’t perform that action at this time.
0 commit comments