Skip to content

fix(deps): update module golang.org/x/crypto to v0.54.0 (#96) #52

fix(deps): update module golang.org/x/crypto to v0.54.0 (#96)

fix(deps): update module golang.org/x/crypto to v0.54.0 (#96) #52

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@7cfc52a86a80be5604880082503cf36fada25704 # v0.14.0
with:
go_version: "1.25.2"
coverage_threshold: 0 # Minimal test coverage; increase as tests are added