Skip to content

Commit

Permalink
fix: add token and fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyoboieltr committed Jul 1, 2024
1 parent 697f8ec commit 6b03bd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
run: yarn test:coverage:jest

- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

test-unit-jest-development:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -58,3 +61,6 @@ jobs:
run: yarn test:coverage:jest:dev

- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 6b03bd3

Please sign in to comment.