Skip to content

Commit 12e0167

Browse files
authored
Correct Codecov tool name and remove dead link (#63)
1 parent 88a819f commit 12e0167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ Alternatively, you can completly remove the usage of GoReleaser if you prefer ha
119119
120120
By default `go test` records code coverage for the package that is currently tested. If you want to get more accurate (cross-package) coverage, then consider using [go-acc](https://github.com/ory/go-acc). [Read more](https://www.ory.sh/golang-go-code-coverage-accurate/).
121121

122-
### How to integrate with [Codecov](codecov)
122+
### How to integrate with Codecov
123123

124-
1. Sing up on [CodeCov](https://codecov.io/) and setup your repository.
124+
1. Sing up on [Codecov](https://codecov.io/) and setup your repository.
125125
1. Additionally consider configuring [Codecov GitHub Application](https://github.com/apps/codecov) for better integration.
126126
1. Add [codecov-action](https://github.com/codecov/codecov-action) to [.github/workflows/build.yml](.github/workflows/build.yml):
127127

0 commit comments

Comments
 (0)