Skip to content

Commit

Permalink
Merge pull request #7 from sysulq/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-5.0.2

Bump codecov/codecov-action from 5.0.0 to 5.0.2
  • Loading branch information
sysulq authored Nov 19, 2024
2 parents 3c4005b + 6ac2a31 commit e6073cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.0
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: sysulq/goroutine-pool

0 comments on commit e6073cb

Please sign in to comment.