Skip to content
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

Improvements to pretty-printing for AND/OR/CASE #482

Merged
merged 3 commits into from
Jul 31, 2024

Add pretty-print roundtrip tests and Fix PIVOT pretty-print

6b546aa
Select commit
Loading
Failed to load commit list.
Merged

Improvements to pretty-printing for AND/OR/CASE #482

Add pretty-print roundtrip tests and Fix PIVOT pretty-print
6b546aa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2024 in 0s

81.00% (target 80.00%)

View this Pull Request on Codecov

81.00% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 98.90110% with 1 line in your changes missing coverage. Please review.

Project coverage is 81.00%. Comparing base (2da9cdb) to head (6b546aa).

Files Patch % Lines
partiql-ast/src/pretty.rs 98.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #482      +/-   ##
==========================================
+ Coverage   80.98%   81.00%   +0.02%     
==========================================
  Files          68       68              
  Lines       18680    18704      +24     
  Branches    18680    18704      +24     
==========================================
+ Hits        15128    15152      +24     
- Misses       3109     3110       +1     
+ Partials      443      442       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.