Skip to content

Commit

Permalink
Chore/try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiko732 committed Aug 1, 2024
1 parent 80e4ad2 commit 5827853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ concurrency:
cancel-in-progress: true

on:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true

pull_request:
branches:
Expand Down Expand Up @@ -88,8 +84,7 @@ jobs:
run: pnpm run test::coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ env.GITHUB_REPOSITORY }}
fail_ci_if_error: true
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ jobs:
- run: pnpm build

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ env.GITHUB_REPOSITORY }}
fail_ci_if_error: true

- name: Publish Package to NPM
Expand Down

0 comments on commit 5827853

Please sign in to comment.