test: use synthetic coordinates in mocked weather test - #105
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughTwo Open-Meteo enrichment rejection tests now pass ChangesWeather enrichment tests
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #105 +/- ##
=======================================
Coverage 99.82% 99.82%
=======================================
Files 86 86
Lines 9470 9470
Branches 563 563
=======================================
Hits 9453 9453
Misses 12 12
Partials 5 5 ☔ View full report in Codecov by Harness. |
|
/agentic_review |
Code Review by Qodo
Context used✅ Compliance rules (platform):
46 rules 1.
|
|
/agentic_review |
|
Code review by qodo was updated up to the latest commit 36a6b6b |
PR Summary by QodoTests: replace real Open‑Meteo coordinates with synthetic values in mocked tests
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
|
Code review by qodo was updated up to the latest commit 36a6b6b |
Summary
Context
This follows up on the valid post-merge CodeRabbit finding in #99:
#99 (comment)
The test does not depend on geography, so retaining real location coordinates added unnecessary private-data risk.
Verification
mise exec -- prek run --all-filesmise exec -- uv run --with pytest --with pytest-cov -- pytest -q --cov --cov-branch --cov-report=xmlSummary by CodeRabbit