Skip to content

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

Bump codecov/codecov-action from 3 to 4

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

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- release
jobs:
test:
strategy:
matrix:
go-version: [ 1.21.x ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Unit tests
run: make test.unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4