Skip to content

[#66] Package slices conflict with the current go version (#67) #7

[#66] Package slices conflict with the current go version (#67)

[#66] Package slices conflict with the current go version (#67) #7

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