Skip to content

Add CI workflow to run tests on pull requests#98

Closed
RobuRishabh wants to merge 1 commit into
opendatahub-io:mainfrom
RobuRishabh:ai-readiness/13-ci-tests-on-prs
Closed

Add CI workflow to run tests on pull requests#98
RobuRishabh wants to merge 1 commit into
opendatahub-io:mainfrom
RobuRishabh:ai-readiness/13-ci-tests-on-prs

Conversation

@RobuRishabh
Copy link
Copy Markdown
Contributor

Summary

  • Add ci.yml workflow triggered on every PR (opened, synchronize, reopened)
  • Runs unit tests with coverage (pytest tests/unit/ --cov)
  • Validates notebook parameters (pytest tests/integration/test_notebook_parameters.py)
  • Uploads coverage to Codecov

Context

Part of AI Bug Automation Readiness assessment — Task 13: CI Runs Tests on PRs.

Test plan

  • Workflow YAML is valid (check with act or GitHub Actions syntax checker)
  • CI triggers on PR creation

🤖 Generated with Claude Code

Add ci.yml GitHub Actions workflow that runs on every PR:
- Unit tests with coverage reporting
- Notebook parameter validation
- Coverage upload to Codecov

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@RobuRishabh RobuRishabh requested a review from a team as a code owner March 26, 2026 18:42
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 26, 2026

Warning

Rate limit exceeded

@RobuRishabh has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 6 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 5325a418-65e6-4491-af95-410797ce1307

📥 Commits

Reviewing files that changed from the base of the PR and between 36f93ff and eb97b20.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • docs/ci-runs-tests-on-prs.md

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 and usage tips.

@RobuRishabh
Copy link
Copy Markdown
Contributor Author

Closing: will resubmit with corrected scope (kubeflow-pipelines/ only, no duplicate workflows).

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