Skip to content

Commit

Permalink
Fix codecov actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaGrindStone committed Dec 27, 2024
1 parent ff2f843 commit cc68d6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
fail_ci_if_error: true
slug: MegaGrindStone/go-mcp

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit cc68d6b

Please sign in to comment.