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 33
33
- name : i18n_extract
34
34
run : npm run i18n_extract
35
35
- 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 30
30
- name : i18n_extract
31
31
run : npm run i18n_extract
32
32
- 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
34
37
- name : Build
35
38
run : npm run build
36
39
- name : Release
Original file line number Diff line number Diff line change 13
13
"snapshot" : " fedx-scripts jest --updateSnapshot" ,
14
14
"start" : " fedx-scripts webpack-dev-server --progress" ,
15
15
"start:with-theme" : " paragon install-theme && npm start && npm install" ,
16
- "test" : " fedx-scripts jest"
16
+ "test" : " fedx-scripts jest --coverage "
17
17
},
18
18
"files" : [
19
19
" /dist"
You can’t perform that action at this time.
0 commit comments