Skip to content

Merge pull request #401 from 0xff-dev/main #1354

Merge pull request #401 from 0xff-dev/main

Merge pull request #401 from 0xff-dev/main #1354

Workflow file for this run

name: Code Coverage
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Run coverage
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3