Add CI with test coverage#30
Conversation
Add coverage-aware CI execution for pushes and pull requests. Generated-By: looper 0.9.2 (runner=worker, agent=codex)
There was a problem hiding this comment.
💡 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".
Generated-By: looper 0.9.2 (runner=fixer, agent=codex)
|
Looper fixer round complete — bad01b1
🔁 Powered by Looper · runner=fixer · agent=codex · An autonomous AI dev team for your GitHub repos. |
|
To use Codex here, create an environment for this repo. |
There was a problem hiding this comment.
💡 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".
Generated-By: looper 0.9.2 (runner=fixer, agent=codex)
|
Looper fixer round complete — c4c560f
🔁 Powered by Looper · runner=fixer · agent=codex · An autonomous AI dev team for your GitHub repos. |
Summary
llvm-tools-previewandcargo-llvm-covin CIlcov.infoartifactWhy
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 testcargo llvm-cov --locked --workspace --lcov --output-path lcov.infoCloses #27
🔁 Powered by Looper · runner=worker · agent=codex · An autonomous AI dev team for your GitHub repos.