Skip to content

Merge pull request #926 from konflux-ci/konflux/mintmaker/main/github… #20

Merge pull request #926 from konflux-ci/konflux/mintmaker/main/github…

Merge pull request #926 from konflux-ci/konflux/mintmaker/main/github… #20

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: go.mod
- name: Run tests
run: make test
- name: Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5