Skip to content

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

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

[#98] 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