Skip to content

fix(reflect): harden MakeFunc and method values on ctx-reg #780

fix(reflect): harden MakeFunc and method values on ctx-reg

fix(reflect): harden MakeFunc and method values on ctx-reg #780

Workflow file for this run

name: Stdlib Coverage
on:
push:
branches:
- "**"
- "!dependabot/**"
- "!xgopilot/**"
pull_request:
branches: ["**"]
concurrency:
group: stdlib-coverage-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
coverage:
timeout-minutes: 15
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: ./.github/actions/setup-go
with:
go-version: "1.24.2"
- name: Check stdlib function coverage
run: doc/_readme/scripts/check_std_cover.sh