Skip to content

Bump codecov/codecov-action from 3 to 4 #139

Bump codecov/codecov-action from 3 to 4

Bump codecov/codecov-action from 3 to 4 #139

Workflow file for this run

name: Go
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- run: make bootstrap-tools
# TODO: fix all linters
- run: echo "skip lint" # make lint
- run: make cover
- uses: codecov/codecov-action@v4