Skip to content

chore: release 1.0 (#84) #144

chore: release 1.0 (#84)

chore: release 1.0 (#84) #144

Workflow file for this run

name: "Go Coverage"
on:
pull_request:
push:
branches:
- main
jobs:
coverage:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 10
- uses: gwatts/go-coverage-action@v1
continue-on-error: true
with:
cover-pkg: ./...