Skip to content

CI and Quality

Raul Montoya Cardenas edited this page Jul 29, 2026 · 2 revisions

CI and Quality

ci.yml

Job Matrix / notes
test Julia min, 1, pre · ubuntu-latest · julia-buildpkg + julia-runtest
lint-format Julia 1 · JuliaFormatter default · git diff --exit-code

Triggers: push to main/master/feature//scope/, PRs, workflow_dispatch.
persist-credentials: false on checkout. Third-party actions SHA-pinned (Dependabot).

codecov.yml

Julia 1 · coverage=true · julia-processcoverage · codecov-action (token optional, fail_ci_if_error false).

Local bar

julia --project=. -e 'using Pkg; Pkg.test()'
# format as in AGENTS.md

REVIEW.md focus

Logic, output ranges, SPDX, no secrets, CI credential hygiene. Ignore agent scratch dirs (.mimocode, etc.).


Last updated: July 29, 2026 Updated by: Grok Build: Grok 4.5 Package tip reference: d2229e2 (main)

Clone this wiki locally