Skip to content

Commit

Permalink
Update build.yml: add CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Feb 19, 2024
1 parent ebd61df commit 0d7c9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:

- name: Upload Test Report
uses: codecov/codecov-action@v4.0.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test report artifact
if: ${{ failure() }}
Expand Down

0 comments on commit 0d7c9d7

Please sign in to comment.