Skip to content

Commit

Permalink
Upgrade codecov-action to v5, remove CODECOV_TOKEN as no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mennanov committed Dec 5, 2024
1 parent d0f9793 commit 1b49bf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
MEMCACHED_ADDR: '127.0.0.1:11211'
POSTGRES_URL: postgres://postgres@localhost:5432/?sslmode=disable
run: go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v4.1.0
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 1b49bf1

Please sign in to comment.