Skip to content

fix(deps): update module github.com/stretchr/testify to v1.9.0 #2

fix(deps): update module github.com/stretchr/testify to v1.9.0

fix(deps): update module github.com/stretchr/testify to v1.9.0 #2

---
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