Skip to content

BEAM layer (beam/) is tested and linted by no CI anywhere #73

Description

@hyperpolymath

.gitlab-ci.yml's mix jobs are gated rules: exists: mix.exs, which is root-relative — this repo's only mix project is beam/mix.exs, so those jobs never run. No GitHub workflow covers Elixir either. The BEAM NIF client is effectively ungated.

Options: a GitHub job that runs mix test / mix format --check-formatted / credo in beam/, or fix the GitLab exists: globs (**/mix.exs) if GitLab CI is actually live.

Related: PR #72 wired the Julia + TLA+ layers; this is the remaining untested layer. READINESS.md also flags absent BEAM test coverage as a C-blocker.

🤖 Generated with Claude Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    cicdCI/CD: workflows, actions, lockfiles, pins, runners, release gates

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions