Skip to content

Commit

Permalink
set CODECOV_TOKEN for upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjoey committed Apr 23, 2024
1 parent 4edf49c commit f86dda7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,7 @@ jobs:
rm -fr ./coverage/proto-go
rm -fr ./coverage/pure-coverage
- name: Upload coverage to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
echo ${#CODECOV_TOKEN}
curl -s https://codecov.io/bash | bash -s - -s ./coverage/
- name: Upload combined coverage reports to artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f86dda7

Please sign in to comment.