Skip to content

Added coverage label and changed kanto logo to open the main page of … #1

Added coverage label and changed kanto logo to open the main page of …

Added coverage label and changed kanto logo to open the main page of … #1

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