Skip to content

Merge branch 'main' into bug-imprecise-complex-li2-for-small-z #12

Merge branch 'main' into bug-imprecise-complex-li2-for-small-z

Merge branch 'main' into bug-imprecise-complex-li2-for-small-z #12

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