Skip to content

Commit

Permalink
test: fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Jan 3, 2025
1 parent 6db2b07 commit dc18f78
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ jobs:
eslint_flags: '. --ext js,jsx,ts,tsx'
- name: Test
run: pnpm test
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# name: codecov-umbrella
# fail_ci_if_error: false
# verbose: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
use_oidc: true
disable_search: true
files: ./lcov.info
flags: js_open_source
fail_ci_if_error: false
verbose: true
release:
name: Release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -93,17 +95,6 @@ jobs:
run: pnpm install
- name: Build
run: pnpm build
- name: Test
run: pnpm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
use_oidc: true
disable_search: true
files: ./lcov.info
flags: js_open_source
fail_ci_if_error: false
verbose: true
- name: Semantic Release
run: pnpm run release
env:
Expand Down

0 comments on commit dc18f78

Please sign in to comment.