Skip to content

fix(deps): update github.com/konflux-ci/integration-service digest to… #710

fix(deps): update github.com/konflux-ci/integration-service digest to…

fix(deps): update github.com/konflux-ci/integration-service digest to… #710

Workflow file for this run

name: Code Coverage Report
on:
push:
branches:
- main
jobs:
report-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
- name: Run tests
run: make test
- name: Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit-tests