Skip to content

[#55] Bump golang.org/x/net and golang.org/x/crypto to latest version… #3

[#55] Bump golang.org/x/net and golang.org/x/crypto to latest version…

[#55] Bump golang.org/x/net and golang.org/x/crypto to latest version… #3

name: Create Coverage
on:
push:
branches:
- main
jobs:
generate-coverage-report:
uses: eclipse-kanto/kanto/.github/workflows/coverage-template.yaml@main
with:
coverage-command: go test ./... -coverprofile=coverage.out -covermode count -tags=unit