Skip to content

Miscellanous compliance fixes #64

Miscellanous compliance fixes

Miscellanous compliance fixes #64

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@v3
with:
fetch-depth: 10
- uses: gwatts/go-coverage-action@v1
continue-on-error: true
with:
cover-pkg: ./...