Skip to content

Bump the all-github-actions group across 1 directory with 3 updates #1204

Bump the all-github-actions group across 1 directory with 3 updates

Bump the all-github-actions group across 1 directory with 3 updates #1204

Workflow file for this run

name: Test coverage
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.23
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/[email protected]
with:
files: ./cover.out