-
Notifications
You must be signed in to change notification settings - Fork 2
test: Show Poetry dependencies to debug GitHub Actions caching #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 WalkthroughWalkthroughTwo diagnostic steps were added to the "mypy" job in the CI workflow (.github/workflows/ci.yml). The steps run after "Install project" and before "Run mypy": Sequence Diagram(s)sequenceDiagram
autonumber
participant GH as GitHub Actions
participant Runner as CI Runner
rect rgb(240,248,255)
Note over GH,Runner: mypy job start
end
GH->>Runner: Checkout
GH->>Runner: Install project
rect rgb(224,255,224)
Note over Runner: New diagnostic steps (added)
Runner->>Runner: poetry show --tree
Runner->>Runner: poetry self show plugins
end
Runner->>Runner: Run mypy
alt success
Runner->>GH: Upload results / exit 0
else failure
Runner->>GH: Upload logs / exit non‑zero
end
Possibly related PRs
Suggested reviewers
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (14)
🔇 Additional comments (1)
Comment |
|
📦 Python package built successfully!
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
==========================================
- Coverage 76.94% 74.07% -2.88%
==========================================
Files 99 98 -1
Lines 5514 5508 -6
Branches 754 754
==========================================
- Hits 4243 4080 -163
- Misses 1271 1428 +157 ☔ View full report in Codecov by Sentry. |
|
🚀 Review App Deployment Started
|
Summary by CodeRabbit