Skip to content

Bump codecov/codecov-action from 4 to 5 #485

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #485

Workflow file for this run

name: unit
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make unit
- uses: codecov/codecov-action@v5
with:
disable_search: true
files: cover.out
token: ${{ secrets.CODECOV_TOKEN }}