Skip to content

Merge pull request #796 from konflux-ci/dependabot/go_modules/github.… #15

Merge pull request #796 from konflux-ci/dependabot/go_modules/github.…

Merge pull request #796 from konflux-ci/dependabot/go_modules/github.… #15

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