{{ message }}
🧹 Fix CI pipeline failures by stabilizing API tests and ignoring docs site - #58
Merged
Merged
Conversation
- Removed volatile open issues count from `web_api.txs` example and expected output - Added `site/` to `.gitignore` to prevent dirty working tree during MkDocs builds Co-authored-by: Tcode-Motion <188012755+Tcode-Motion@users.noreply.github.com>
Contributor
Tcode-Motion
marked this pull request as ready for review
September 3, 2026 05:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🎯 What
Fixed multiple CI pipeline failures by addressing flaky tests and untracked build artifacts.
🛡️ Solution
web_api.txsexample test failed because it asserted against the dynamic "Open Issues" count of a live GitHub repository. Removed this volatile assertion to make the test deterministic.docs.ymlworkflow failed or left a dirty working tree becausemkdocs buildoutputs tosite/which was untracked. Addedsite/to.gitignore.✅ Verification
Ran
cargo test --workspace,python3 verify_all_examples.py, andmkdocs buildlocally to verify successful pipeline execution without dirtying the git status.PR created automatically by Jules for task 11951501807074632208 started by @Tcode-Motion