Skip to content

Commit

Permalink
Add one comment (#13)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
arjenderijke committed Dec 18, 2023
1 parent 56a9ff2 commit 3af6987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3af6987

Please sign in to comment.