Skip to content

Commit

Permalink
fix: added codecov api token
Browse files Browse the repository at this point in the history
  • Loading branch information
Aegean09 committed May 3, 2024
1 parent b79a7a6 commit a1f4806
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/betapublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
- name: Test
run: npm run test
- uses: codecov/codecov-action@v2
env:
CODE_COV_API_TOKEN: ${{ secrets.CODE_COV_API_TOKEN }}
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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/prchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ jobs:
- name: Test
run: npm run test
- uses: codecov/codecov-action@v2
env:
CODE_COV_API_TOKEN: ${{ secrets.CODE_COV_API_TOKEN }}
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:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
- name: Test
run: npm run test
- uses: codecov/codecov-action@v2
env:
CODE_COV_API_TOKEN: ${{ secrets.CODE_COV_API_TOKEN }}
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
Expand Down

0 comments on commit a1f4806

Please sign in to comment.