Skip to content

Remove TagBot, easier to tag by hand #44

Remove TagBot, easier to tag by hand

Remove TagBot, easier to tag by hand #44

Workflow file for this run

name: Coverage
on:
pull_request:
branches: [main]
paths: [ 'src/**', 'test/**', '.github/workflows/Coverage.yml' ]
push:
branches: [main]
paths: [ 'src/**', 'test/**', '.github/workflows/Coverage.yml' ]
tags: '*'
workflow_dispatch:
jobs:
test:
name: Test on Julia LTS and Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.6'
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
files: lcov.info