Skip to content

config: Add unit-tests for config package and associated logic #3

config: Add unit-tests for config package and associated logic

config: Add unit-tests for config package and associated logic #3

---
name: "Generate go test cover report"
on:
workflow_dispatch:
push:
branches: ["main"]
paths:
- "*.go"
- "**/*.go"
jobs:
generate-reports:
uses: heathcliff26/ci/.github/workflows/golang-testcover-report.yaml@main
secrets: inherit