Skip to content

Commit

Permalink
chore: fix links in readme (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc authored May 13, 2024
1 parent 958e841 commit 55d7a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This GHA expects two files to be present in the root of your repo at runtime:
- `cover.txt` is the output of `go tool cover -func=cover.out -o cover.txt`
- `cover.html` is the output of `go tool cover -html=cover.out -o cover.html`

Both `go tool cover` commands can be configured to your liking. For examples on how you might do that you can peak at [`Makefile`](go-test-app/Makefile), or some of my other go projects like [`pretender`](https://github.com/gha-common/pretender/blob/main/Makefile#L44-L57) and [`base-go-cli`](https://github.com/gha-common/base-golang-cli/blob/main/Makefile#L76-L92).
Both `go tool cover` commands can be configured to your liking. For examples on how you might do that you can peak at [`Makefile`](go-test-app/Makefile), or some of my other go projects like [`pretender`](https://github.com/kilianc/pretender/blob/main/Makefile#L44-L57) and [`base-go-cli`](https://github.com/kilianc/base-golang-cli/blob/main/Makefile#L76-L92).

Once the files are generated, the GHA does the following:

Expand Down

0 comments on commit 55d7a78

Please sign in to comment.