Skip to content

Commit

Permalink
fix(ci): update codecov token (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeyJeyGao authored Apr 10, 2024
1 parent 66ff8c2 commit 9f13c9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
- name: Run unit tests
run: make test
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9f13c9e

Please sign in to comment.