Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0552e44

Browse filesBrowse files
Merge pull request #29 from codecov/codecov-action-v4
chore(ci): upgrade to codecov v4
2 parents c76b419 + e686e2d commit 0552e44
Copy full SHA for 0552e44

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-go@v4
1011
with:
11-
fetch-depth: 2
12-
- uses: actions/setup-go@v2
13-
with:
14-
go-version: '1.18'
12+
go-version: 'stable'
1513
- name: Run coverage
1614
run: go test -race -coverprofile=coverage.txt -covermode=atomic
1715
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v3
16+
uses: codecov/codecov-action@v4
17+
env:
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.