Skip to content

docs: remove an old reference to seeding rand in examples #48

docs: remove an old reference to seeding rand in examples

docs: remove an old reference to seeding rand in examples #48

Workflow file for this run

name: coverage
on: push
jobs:
coverage:
runs-on: ubuntu-latest
name: Go test coverage
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.18"
- run: go test -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v5