Skip to content

feat: method to set randomness source #107

feat: method to set randomness source

feat: method to set randomness source #107

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: "stable"
- run: go test -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v3