Skip to content

feat: public components(::Convolved) accessor (#58) #82

feat: public components(::Convolved) accessor (#58)

feat: public components(::Convolved) accessor (#58) #82

Workflow file for this run

# MANAGED by EpiAwarePackageTools.scaffold — do not edit by hand.
name: Code coverage
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
coverage:
uses: EpiAware/.github/.github/workflows/coverage.yml@6fcdcde033ec670ac3832b239427fd2ded591bbc
with:
julia_version: '1'
# Hard-fail the coverage check on an upload error. This is intentional:
# a repo with no CODECOV_TOKEN cannot upload on a protected branch
# ('Token required because branch is protected'), so CI goes red as a
# loud reminder to add the secret. Add CODECOV_TOKEN (repo or org secret)
# to make coverage upload — and report — for real.
fail_ci_if_error: true
secrets: inherit # pragma: allowlist secret