Skip to content

[#31] Consider setting progress when operation status is changed to D… #6

[#31] Consider setting progress when operation status is changed to D…

[#31] Consider setting progress when operation status is changed to D… #6

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