Skip to content

Commit

Permalink
feat added continue on error for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHorwitz committed Jun 23, 2024
1 parent 9692d40 commit a44db9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jest-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
cd frontend
yarn test
continue-on-error: true
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit a44db9c

Please sign in to comment.