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 3562849
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
run: |
echo $GOARCH
go test -cpu=2 -timeout 10s -race -coverprofile=coverage.txt -covermode=atomic ./...
bash <(curl -s https://codecov.io/bash)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: .
fail_ci_if_error: true
flags: by-github-actions
CODE-CHECK:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 3562849

Please sign in to comment.