Skip to content

Commit

Permalink
Update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Sep 15, 2024
1 parent 8cf6593 commit f556c0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,8 @@ jobs:

- name: Run test
run: npm run test:coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f556c0b

Please sign in to comment.