-
Notifications
You must be signed in to change notification settings - Fork 0
Infrastructure
Raul Montoya Cardenas edited this page Jul 29, 2026
·
2 revisions

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
CI, coverage, and Sentry automation for LiquidCortex.jl live under .github/workflows/. Actions are pinned to full commit SHAs (not floating tags).
| Workflow file | Name | When | Purpose |
|---|---|---|---|
ci.yml |
CI (Julia) | push main / release/*, all PRs |
Julia 1.10–1.12 CPU smoke tests |
codecov.yml |
Codecov | push main, all PRs |
Coverage on Julia 1.11 → Codecov |
sentry-release.yml |
Sentry Release | push main, workflow_dispatch
|
Create/finalize Sentry release |
sentry.yml |
Sentry Preflight | PRs (same-repo), workflow_dispatch
|
Auth + project existence check |
Also:
-
.github/dependabot.yml— grouped GitHub Actions updates -
.codacy.yml— Codacy config -
.env.example— local Sentry secrets template (never commit real.env)
| Secret | Used by |
|---|---|
CODECOV_TOKEN |
codecov.yml |
SENTRY_AUTH_TOKEN |
Sentry release + preflight |
SENTRY_DSN |
Runtime SDK (local/prod env; optional in CI verify paths) |
Before merge:
- No domain-specific code in core
- GPU tests gated by
_cuda_available[] - Configurable
n_in/n_out - Julia 1.10 / 1.11 / 1.12 CI green
- No unresolved bot review threads
- SHA-pinned Actions; pure markdown README
Last updated: July 28, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: 4e2698c (main)