Skip to content

Commit 009af8e

Browse files
committed
add codecov link to action
1 parent 0ca10b0 commit 009af8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Replace `linux` below with the appropriate OS
4343
# Options are `alpine`, `linux`, `macos`, `windows`
4444
# You will need to setup the environment variables below in github
45-
# and the project in codecov.io
45+
# and the project in codecov.io: https://app.codecov.io/gh/${{ github.repository }}
4646
go test -v -coverprofile=coverage.txt -covermode=atomic ./...
4747
curl -Os https://uploader.codecov.io/latest/linux/codecov
4848
chmod +x codecov

0 commit comments

Comments
 (0)