fix: correct graphql-api.log timestamp formatting#1918
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughExtracts the pino-pretty time format configuration into a named constant and updates the log timestamp format string from 'SYS:HH:mm:ss' to 'SYS:HH:MM:ss'. Includes a test to validate the timestamp formatting behavior. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1918 +/- ##
==========================================
+ Coverage 50.94% 50.96% +0.01%
==========================================
Files 1023 1024 +1
Lines 70542 70558 +16
Branches 7681 7693 +12
==========================================
+ Hits 35941 35958 +17
+ Misses 34477 34476 -1
Partials 124 124 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
graphql-api.logTesting
Closes #1914
Summary by CodeRabbit
Tests
Refactor