Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
| date: ${{ inputs.date }} | ||
| sha: ${{ inputs.sha }} | ||
| script: "ci/test_python.sh" | ||
| run_codecov: false |
There was a problem hiding this comment.
codecov isn't set up for this repo and I'm not sure if there are plans to.
warning - 2026-03-03 02:41:34,549 -- No config file could be found. Ignoring config.
debug - 2026-03-03 02:41:34,549 -- No codecov_yaml found
Let's just skip it for now.
| with: | ||
| repo: ${{ github.repository }} | ||
| target-branch: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }} | ||
| max-days-without-success: 7 |
ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Free 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughGitHub Actions workflow configurations are updated: a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
|
nightly tests passed 😊 https://github.com/rapidsai/nvforest/actions/runs/22634081735 |
Contributes to #13
Fixes nightly tests and enables the PR CI check that they've passed recently.
Notes for Reviewers
How I tested this
Triggered the tests on the branch from #56 : https://github.com/rapidsai/nvforest/actions/runs/22605703267/job/65497169515
All tests passed. The conda-python-tests jobs failed only because
codecovisn't set up.