diff --git a/README.md b/README.md index 22f1bb0..3c1749a 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Alternativly you can completly remove the usage of GoReleaser if you prefer hand 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/). -### How to integratee with [Codecov](codecov) +### How to integrate with [Codecov](codecov) 1. Sing up on [CodeCov](https://codecov.io/) and setup your repository. 1. Additionally consider configuring [Codecov GitHub Application](https://github.com/apps/codecov) for better integration.