Skip to content

Commit

Permalink
Merge branch 'main' into pool_byte-buffer-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jul 3, 2024
2 parents 809b06f + 53f0d30 commit d71977f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version: '1.18'
go-version: "1.18"
- name: Run coverage
run: go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
- name: codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d71977f

Please sign in to comment.