Skip to content

ci: add GitHub Actions test workflow#54

Merged
JRM-FusionAL merged 1 commit into
mainfrom
chore/add-ci-workflow
Jul 13, 2026
Merged

ci: add GitHub Actions test workflow#54
JRM-FusionAL merged 1 commit into
mainfrom
chore/add-ci-workflow

Conversation

@JRM-FusionAL

@JRM-FusionAL JRM-FusionAL commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Adds CI workflow that runs tests on every push and PR.

What

Adds GitHub Actions CI to run parser tests on pushes and pull requests.

Changes

  • .github/workflows/ci.yml: Adds a CI workflow with Python 3.12 setup, dependency installation, and a test job.
  • test_logic.py: Allows no-tool parser results to be either None or {}.

Dependencies

  • Conditionally installs packages from christopher_requirements.txt.
  • Adds no new environment variables.

Testing

Run:

python test_logic.py

The workflow also runs automatically on pushes, pull requests, or manual dispatch.

Contributors

Author Lines added Lines removed
Not available 25 2

@JRM-FusionAL
JRM-FusionAL merged commit 0c77604 into main Jul 13, 2026
0 of 3 checks passed
@JRM-FusionAL
JRM-FusionAL deleted the chore/add-ci-workflow branch July 13, 2026 17:57
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 5f434c9a-f683-4461-a750-d343ea604874

📥 Commits

Reviewing files that changed from the base of the PR and between b3d60e1 and 96b8612.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • test_logic.py

📝 Walkthrough

Walkthrough

Adds a GitHub Actions workflow to run test_logic.py with Python 3.12 and updates parser tests to accept either None or {} for no-tool results.

Changes

CI and parser test updates

Layer / File(s) Summary
Parser test expectations
test_logic.py
Non-tool parser scenarios accept None or {} for params while retaining tool-detection assertions.
GitHub Actions test workflow
.github/workflows/ci.yml
Runs tests on pushes, pull requests, and manual dispatches with Python 3.12 and optional requirements installation.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: jonathanmelton-fusional

Poem

I’m a rabbit hopping through the CI light,
Testing parser paths both day and night.
None or {}—both pass the gate,
Python runs while carrots wait.
Green checks bloom in code’s delight.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-ci-workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@JRM-FusionAL JRM-FusionAL left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Probably shouldn't have the marriage that with those issues and failing tests

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.

1 participant