chore(deps): update alpine:latest docker digest to 28bd5fe #43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |