Skip to content

Commit

Permalink
fix(ci): add CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Apr 9, 2024
1 parent 42584c8 commit db71aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload
uses: codecov/codecov-action@v3
with:
token:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage_unit.txt,./coverage_integration.txt,./coverage_venus_shared.txt
name: venus
fail_ci_if_error: false
Expand Down

0 comments on commit db71aca

Please sign in to comment.