File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ jobs:
18
18
run : npm install
19
19
- name : Test
20
20
run : npm run test
21
- - uses : codecov/codecov-action@v2
21
+ - uses : codecov/codecov-action@v4
22
+ env :
23
+ CODE_COV_API_TOKEN : ${{ secrets.CODE_COV_API_TOKEN }}
22
24
with :
23
25
files : coverage/*.json
24
26
flags : unittests
25
27
name : react-carousel-codecov
26
28
fail_ci_if_error : true
27
29
verbose : true
28
- token : ${{ secrets.CODE_COV_API_TOKEN }}
29
30
- name : Build
30
31
run : npm run build
31
32
- name : Publish
Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ jobs:
22
22
run : npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
23
23
- name : Test
24
24
run : npm run test
25
- - uses : codecov/codecov-action@v2
25
+ - uses : codecov/codecov-action@v4
26
+ env :
27
+ CODE_COV_API_TOKEN : ${{ secrets.CODE_COV_API_TOKEN }}
26
28
with :
27
29
files : coverage/*.json
28
30
flags : unittests
29
31
name : react-carousel-codecov
30
32
fail_ci_if_error : true
31
33
verbose : true
32
- token : ${{ secrets.CODE_COV_API_TOKEN }}
33
34
lint :
34
35
runs-on : ubuntu-latest
35
36
permissions :
Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ jobs:
18
18
run : npm install
19
19
- name : Test
20
20
run : npm run test
21
- - uses : codecov/codecov-action@v2
21
+ - uses : codecov/codecov-action@v4
22
+ env :
23
+ CODE_COV_API_TOKEN : ${{ secrets.CODE_COV_API_TOKEN }}
22
24
with :
23
25
files : coverage/*.json
24
26
flags : unittests
25
27
name : react-carousel-codecov
26
28
fail_ci_if_error : true
27
29
verbose : true
28
- token : ${{ secrets.CODE_COV_API_TOKEN }}
29
30
- name : Build
30
31
run : npm run build
31
32
- name : Publish
You can’t perform that action at this time.
0 commit comments