Skip to content

Add CI with test coverage#30

Merged
nettee merged 3 commits into
mainfrom
looper/27-add-ci-with-test-coverage-9d80aa3cad1bb710
May 29, 2026
Merged

Add CI with test coverage#30
nettee merged 3 commits into
mainfrom
looper/27-add-ci-with-test-coverage-9d80aa3cad1bb710

Conversation

@nettee

@nettee nettee commented May 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • add explicit CI step names and minimal read-only workflow permissions
  • install llvm-tools-preview and cargo-llvm-cov in CI
  • run the Rust test suite with coverage output and upload the generated lcov.info artifact

Why

The repository already ran tests in GitHub Actions, but it did not produce coverage output. This updates CI so pull requests and pushes still fail on any broken test while also collecting coverage from the same test suite.

Validation

  • cargo test
  • cargo llvm-cov --locked --workspace --lcov --output-path lcov.info

Closes #27

🔁 Powered by Looper · runner=worker · agent=codex · An autonomous AI dev team for your GitHub repos.

Add coverage-aware CI execution for pushes and pull requests.

Generated-By: looper 0.9.2 (runner=worker, agent=codex)
@nettee nettee mentioned this pull request May 29, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f74846dc06

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml Outdated
Generated-By: looper 0.9.2 (runner=fixer, agent=codex)
@nettee

nettee commented May 29, 2026

Copy link
Copy Markdown
Owner Author

Looper fixer round completebad01b1

  • ✅ Review comment on .github/workflows/ci.yml (@chatgpt-codex-connector) — thread
    • Updated .github/workflows/ci.yml to run cargo llvm-cov --no-report and a separate cargo llvm-cov report --release, and updated tests/e2e.rs so the e2e release wtk build can target the coverage artifact directory during that CI run.

🔁 Powered by Looper · runner=fixer · agent=codex · An autonomous AI dev team for your GitHub repos.

@chatgpt-codex-connector

Copy link
Copy Markdown

To use Codex here, create an environment for this repo.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bad01b1ff0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml Outdated
Generated-By: looper 0.9.2 (runner=fixer, agent=codex)
@nettee

nettee commented May 29, 2026

Copy link
Copy Markdown
Owner Author

Looper fixer round completec4c560f

  • ✅ Review comment on .github/workflows/ci.yml (@chatgpt-codex-connector) — thread
    • Updated .github/workflows/ci.yml so the cargo llvm-cov --no-report collection step also uses --release, matching the existing cargo llvm-cov report --release command and the release-built wtk binary exercised by the e2e tests.

🔁 Powered by Looper · runner=fixer · agent=codex · An autonomous AI dev team for your GitHub repos.

@nettee nettee merged commit 9514a96 into main May 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CI with test coverage

1 participant