Skip to content

Commit

Permalink
ci(coverage): do not fail when fail coverage & fix issue with test
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Nov 9, 2024
1 parent 9835d18 commit ff9702b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
run: npm run build
if: ${{ steps.release.outputs.release_created }}

- name: Test
run: npm run test
if: ${{ steps.release.outputs.release_created }}

- name: Get Coverage Info
if: ${{ steps.release.outputs.release_created }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit ff9702b

Please sign in to comment.