From 14370f302a95c73471f6fe933279a9d00cb1b3e8 Mon Sep 17 00:00:00 2001 From: Ege Durmaz Date: Fri, 3 May 2024 13:38:43 +0300 Subject: [PATCH] fix: added codecov api token --- .github/workflows/betapublish.yml | 3 +-- .github/workflows/prchecks.yml | 3 +-- .github/workflows/publish.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/betapublish.yml b/.github/workflows/betapublish.yml index c373a4c..1052e8f 100644 --- a/.github/workflows/betapublish.yml +++ b/.github/workflows/betapublish.yml @@ -18,14 +18,13 @@ jobs: run: npm install - name: Test run: npm run test - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: files: coverage/*.json flags: unittests name: react-carousel-codecov fail_ci_if_error: true verbose: true - token: ${{ secrets.CODE_COV_API_TOKEN }} - name: Build run: npm run build - name: Publish diff --git a/.github/workflows/prchecks.yml b/.github/workflows/prchecks.yml index f9c46f4..502a6b9 100644 --- a/.github/workflows/prchecks.yml +++ b/.github/workflows/prchecks.yml @@ -22,14 +22,13 @@ jobs: run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose - name: Test run: npm run test - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: files: coverage/*.json flags: unittests name: react-carousel-codecov fail_ci_if_error: true verbose: true - token: ${{ secrets.CODE_COV_API_TOKEN }} lint: runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 431b8dc..825c9e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,14 +18,13 @@ jobs: run: npm install - name: Test run: npm run test - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: files: coverage/*.json flags: unittests name: react-carousel-codecov fail_ci_if_error: true verbose: true - token: ${{ secrets.CODE_COV_API_TOKEN }} - name: Build run: npm run build - name: Publish