From 3af6987e6b62796569d0ff40787bc9a175cbe7b8 Mon Sep 17 00:00:00 2001 From: Arjen de Rijke Date: Mon, 18 Dec 2023 11:27:53 +0100 Subject: [PATCH] Add one comment (#13) * Add integration tests * add extra parameter for code coverage step * Fix problem with action definition * still issues with the actions * try another way to add the options * still not correct * previous one also wrong * and try another option * Add comment for the working configuration * remove coverage because of permission issues * Add the link to the coverage action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7dcd2c..77f7550 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,4 @@ The go testing framework can generate a code coverage report using the following go test ./... -coverprofile=cover.out go tool cover -html=cover.out -o cover.html ``` +The [go coverage action](https://github.com/gwatts/go-coverage-action) cannot be run in github actions, because of permission problems.