Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

chore: use ubuntu-latest gh runner #285

chore: use ubuntu-latest gh runner

chore: use ubuntu-latest gh runner #285

Workflow file for this run

name: Codecov
on: pull_request
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: Unit test
run: make unit-test
- uses: codecov/codecov-action@v3
with:
files: coverage.txt