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

docs: add note about the repo being archived #306

docs: add note about the repo being archived

docs: add note about the repo being archived #306

Workflow file for this run

name: Codecov
on: pull_request
permissions: read-all
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