Skip to content

Commit

Permalink
Merge pull request #29 from codecov/codecov-action-v4
Browse files Browse the repository at this point in the history
chore(ci): upgrade to codecov v4
  • Loading branch information
thomasrockhu-codecov authored Sep 14, 2023
2 parents c76b419 + e686e2d commit 0552e44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: 'stable'
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit 0552e44

Please sign in to comment.