Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4598 +/- ##
=======================================
Coverage 92.46% 92.46%
=======================================
Files 359 359
Lines 10760 10765 +5
Branches 816 816
=======================================
+ Hits 9949 9954 +5
Misses 699 699
Partials 112 112 🚀 New features to boost your workflow:
|
|
This PR upgrades Inconsistent Several files still import the raw, unparameterized Dead parameter
Test fidelity
|
|
@claude fix both the dead param and test fidelty |
|
Claude finished @patrick91's task in 1m 51s —— View job Fixing dead parameter and test fidelity
SummaryFixed both issues:
|
- Remove unused `info: Info` parameter from `end_hour` method in slot.py - Replace SimpleNamespace with MagicMock(spec=StrawberryInfo) in test_extensions.py for better type checking against the actual Info interface Co-authored-by: Patrick Arminio <patrick91@users.noreply.github.com>
:)