Skip to content

chore(deps): bump codecov/codecov-action from 3.1.4 to 4.1.1 #31

chore(deps): bump codecov/codecov-action from 3.1.4 to 4.1.1

chore(deps): bump codecov/codecov-action from 3.1.4 to 4.1.1 #31

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/[email protected]