Skip to content

Commit

Permalink
upgrade codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjoey committed Jul 30, 2024
1 parent 7fce404 commit 96a5320
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
run: |
echo $GOARCH
go test -cpu=2 -timeout 10s -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
run: |
bash <(curl -s https://codecov.io/bash)
with:
token: ${{ secrets.CODECOV_TOKEN }}
CODE-CHECK:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 96a5320

Please sign in to comment.