Conversation
|
WalkthroughThis update removes all Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub Actions
participant Lint
participant Typecheck
participant Test
GitHub Actions->>Lint: Run lint step
Lint->>Typecheck: Run typecheck step (moved up)
Typecheck->>Test: Run test step
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
💤 Files with no reviewable changes (7)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (1)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |

By doing this we are reducing the amount of Typechecks we are running down from 2, to 1.
This will speedup the CI pipeline by a small margin.
Summary by CodeRabbit