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 c5b7cbe commit de38f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
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 @@ -240,6 +241,7 @@ jobs:
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 de38f29

Please sign in to comment.