Skip to content

Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#451) #655

Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#451)

Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#451) #655

Workflow file for this run

name: Unit Test
on:
pull_request:
push:
branches: ["master"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/setup-go@v5
with:
go-version: 1.20.2 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: make test-unit