Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

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