Skip to content

Commit 14370f3

Browse files
committed
fix: added codecov api token
1 parent b79a7a6 commit 14370f3

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/betapublish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818
run: npm install
1919
- name: Test
2020
run: npm run test
21-
- uses: codecov/codecov-action@v2
21+
- uses: codecov/codecov-action@v4
2222
with:
2323
files: coverage/*.json
2424
flags: unittests
2525
name: react-carousel-codecov
2626
fail_ci_if_error: true
2727
verbose: true
28-
token: ${{ secrets.CODE_COV_API_TOKEN }}
2928
- name: Build
3029
run: npm run build
3130
- name: Publish

.github/workflows/prchecks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ jobs:
2222
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
2323
- name: Test
2424
run: npm run test
25-
- uses: codecov/codecov-action@v2
25+
- uses: codecov/codecov-action@v4
2626
with:
2727
files: coverage/*.json
2828
flags: unittests
2929
name: react-carousel-codecov
3030
fail_ci_if_error: true
3131
verbose: true
32-
token: ${{ secrets.CODE_COV_API_TOKEN }}
3332
lint:
3433
runs-on: ubuntu-latest
3534
permissions:

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818
run: npm install
1919
- name: Test
2020
run: npm run test
21-
- uses: codecov/codecov-action@v2
21+
- uses: codecov/codecov-action@v4
2222
with:
2323
files: coverage/*.json
2424
flags: unittests
2525
name: react-carousel-codecov
2626
fail_ci_if_error: true
2727
verbose: true
28-
token: ${{ secrets.CODE_COV_API_TOKEN }}
2928
- name: Build
3029
run: npm run build
3130
- name: Publish

0 commit comments

Comments
 (0)