Skip to content

Implement repository fields and support for filtered caller tracking #126

Implement repository fields and support for filtered caller tracking

Implement repository fields and support for filtered caller tracking #126

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: ./...