Skip to content

Adding helper function clog1p(z) = log(1 + z) #10

Adding helper function clog1p(z) = log(1 + z)

Adding helper function clog1p(z) = log(1 + z) #10

Workflow file for this run

name: coverage
on: ["push", "pull_request"]
jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: coverallsapp/github-action@v2