We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca10b0 commit 009af8eCopy full SHA for 009af8e
.github/workflows/go.yml
@@ -42,7 +42,7 @@ jobs:
42
# Replace `linux` below with the appropriate OS
43
# Options are `alpine`, `linux`, `macos`, `windows`
44
# You will need to setup the environment variables below in github
45
- # and the project in codecov.io
+ # and the project in codecov.io: https://app.codecov.io/gh/${{ github.repository }}
46
go test -v -coverprofile=coverage.txt -covermode=atomic ./...
47
curl -Os https://uploader.codecov.io/latest/linux/codecov
48
chmod +x codecov
0 commit comments