Skip to content

Commit

Permalink
Update frontend-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Aug 29, 2024
1 parent de38f29 commit 5f252d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ jobs:
code-coverage:
needs: unit-testing-pnpm
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/download-artifact@v4
with:
name: coveragefile
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
continue-on-error: true
with:
file: coverage.xml
flags: ${{ inputs.codecov_flag }}
Expand Down Expand Up @@ -235,13 +235,13 @@ jobs:
code-coverage-npm:
needs: unit-testing-npm
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/download-artifact@v4
with:
name: coveragefile
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
continue-on-error: true
with:
file: coverage.xml
flags: ${{ inputs.codecov_flag }}
Expand Down

0 comments on commit 5f252d6

Please sign in to comment.