Skip to content

Commit

Permalink
chore: fix codecov action error
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Apr 12, 2024
1 parent 5f56828 commit 1086367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: ${{ env.NODE_VER }}
- run: make validate.ci
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1086367

Please sign in to comment.