Skip to content

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 #908

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1

build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 #908

Workflow file for this run

name: Codecov
on:
push:
pull_request:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.21
- name: Generate coverage report
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.1.0
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.out