Skip to content

Commit

Permalink
Generate coverage report through github action
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <[email protected]>
  • Loading branch information
jovandeginste committed Mar 2, 2024
1 parent ef3c5f9 commit 1c51387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:

- name: Run Go tests
run: go test -v ./...

- name: Update coverage report
uses: ncruces/go-coverage-report@main

0 comments on commit 1c51387

Please sign in to comment.