Skip to content

CompatHelper: bump compat for JLD2 to 0.5 for package test, (drop exi… #33

CompatHelper: bump compat for JLD2 to 0.5 for package test, (drop exi…

CompatHelper: bump compat for JLD2 to 0.5 for package test, (drop exi… #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@v4
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@latest
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}