Skip to content

Bump codecov/codecov-action from 4.5.0 to 5.1.2 in the all-github-actions group #1000

Bump codecov/codecov-action from 4.5.0 to 5.1.2 in the all-github-actions group

Bump codecov/codecov-action from 4.5.0 to 5.1.2 in the all-github-actions group #1000

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@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/codecov-action@v5.1.2
with:
files: ./cover.out