Skip to content

prepare v0.9.0 (todo: comment local init and its export) (#140) #33

prepare v0.9.0 (todo: comment local init and its export) (#140)

prepare v0.9.0 (todo: comment local init and its export) (#140) #33

Workflow file for this run

# [.github/workflows/coverage.yml]
name: coverage
on:
push:
branches:
- main
tags: '*'
jobs:
test:
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/add-julia-registry@v2
with:
key: ${{ secrets.SSH_KEY }}
registry: control-toolbox/ct-registry
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}