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

Fix parser error #1572

Merged
merged 1 commit into from
May 25, 2023
Merged

Fix parser error #1572

merged 1 commit into from
May 25, 2023

Conversation

acquamarin
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02 ⚠️

Comparison is base (58c92ee) 91.97% compared to head (6b00141) 91.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1572      +/-   ##
==========================================
- Coverage   91.97%   91.95%   -0.02%     
==========================================
  Files         701      701              
  Lines       25207    25207              
==========================================
- Hits        23183    23179       -4     
- Misses       2024     2028       +4     

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -37,8 +37,8 @@ TEST_F(SyntaxErrorTest, QueryNotConcludeWithReturn2) {

TEST_F(SyntaxErrorTest, QueryNodeWithOutParentheses) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just remove this test

@acquamarin acquamarin merged commit dba7110 into master May 25, 2023
7 checks passed
@acquamarin acquamarin deleted the parser-error branch May 25, 2023 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants