-
Notifications
You must be signed in to change notification settings - Fork 4
fix: Use 'json' as language name when parsing chart block from file #173
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
fix: Use 'json' as language name when parsing chart block from file #173
Conversation
📝 WalkthroughWalkthroughUpdated the language identifier for visualization block cells from 'JSON' to 'json' in the converter implementation. The corresponding unit test was updated to match the new expectation. This change affects how the cell content is identified but does not alter conversion logic or file structure. Pre-merge checks✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (1)**/*.{test,spec}.ts📄 CodeRabbit inference engine (.github/instructions/typescript.instructions.md)
Files:
🧬 Code graph analysis (1)src/notebooks/deepnote/converters/visualizationBlockConverter.ts (1)
🔇 Additional comments (2)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
=====================================
Coverage 73% 73%
=====================================
Files 574 574
Lines 46813 46813
Branches 5519 5519
=====================================
Hits 34358 34358
Misses 10637 10637
Partials 1818 1818
🚀 New features to boost your workflow:
|
saltenasl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works, well, thanks!
Summary by CodeRabbit