Skip to content

Coverage

Coverage #142

name: Coverage
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 2 * * 1" # every Monday at 2:00
permissions:
contents: read
jobs:
coverage:
uses: umatare5/common/.github/workflows/go-test-coverage.yml@27d895ee9f1410471625dd66c22c0d63bb84b3b7 # v0.13.0
with:
go_version: "1.25.1"
coverage_threshold: 90