Skip to content

Update Documentation.yml #116

Update Documentation.yml

Update Documentation.yml #116

Workflow file for this run

# [.github/workflows/coverage.yml]

Check failure on line 1 in .github/workflows/coverage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coverage.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
name: coverage
on:
push:
branches:
- main
branches-ignore:
- breakage-applications
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 }}