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

feat: CLI command to autogenerate JSON Schema for PL, RQ and lineage #4698

Merged
merged 5 commits into from
Jul 5, 2024

cargo insta review

c1acb8c
Select commit
Loading
Failed to load commit list.
Merged

feat: CLI command to autogenerate JSON Schema for PL, RQ and lineage #4698

cargo insta review
c1acb8c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 4, 2024 in 1s

41.46% of diff hit (target 89.20%)

View this Pull Request on Codecov

41.46% of diff hit (target 89.20%)

Annotations

Check warning on line 12 in prqlc/prqlc-parser/src/generic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/generic.rs#L12

Added line #L12 was not covered by tests

Check warning on line 72 in prqlc/prqlc-parser/src/generic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/generic.rs#L72

Added line #L72 was not covered by tests

Check warning on line 5 in prqlc/prqlc-parser/src/lexer/lr/token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/lexer/lr/token.rs#L5

Added line #L5 was not covered by tests

Check warning on line 93 in prqlc/prqlc-parser/src/lexer/lr/token.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/lexer/lr/token.rs#L93

Added line #L93 was not covered by tests

Check warning on line 119 in prqlc/prqlc-parser/src/parser/pr/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/expr.rs#L119

Added line #L119 was not covered by tests

Check warning on line 137 in prqlc/prqlc-parser/src/parser/pr/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/expr.rs#L137

Added line #L137 was not covered by tests

Check warning on line 147 in prqlc/prqlc-parser/src/parser/pr/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/expr.rs#L147

Added line #L147 was not covered by tests

Check warning on line 59 in prqlc/prqlc-parser/src/parser/pr/stmt.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/stmt.rs#L59

Added line #L59 was not covered by tests

Check warning on line 71 in prqlc/prqlc-parser/src/parser/pr/stmt.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/stmt.rs#L71

Added line #L71 was not covered by tests

Check warning on line 77 in prqlc/prqlc-parser/src/parser/pr/stmt.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/stmt.rs#L77

Added line #L77 was not covered by tests

Check warning on line 10 in prqlc/prqlc-parser/src/parser/pr/types.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/types.rs#L10

Added line #L10 was not covered by tests

Check warning on line 79 in prqlc/prqlc-parser/src/parser/pr/types.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/types.rs#L79

Added line #L79 was not covered by tests

Check warning on line 82 in prqlc/prqlc-parser/src/parser/pr/types.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/types.rs#L82

Added line #L82 was not covered by tests

Check warning on line 104 in prqlc/prqlc-parser/src/parser/pr/types.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc-parser/src/parser/pr/types.rs#L104

Added line #L104 was not covered by tests

Check warning on line 215 in prqlc/prqlc/src/cli/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/cli/mod.rs#L215

Added line #L215 was not covered by tests

Check warning on line 331 in prqlc/prqlc/src/cli/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/cli/mod.rs#L327-L331

Added lines #L327 - L331 were not covered by tests

Check warning on line 334 in prqlc/prqlc/src/cli/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/cli/mod.rs#L333-L334

Added lines #L333 - L334 were not covered by tests

Check warning on line 6 in prqlc/prqlc/src/ir/generic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/ir/generic.rs#L6

Added line #L6 was not covered by tests

Check warning on line 12 in prqlc/prqlc/src/ir/generic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/ir/generic.rs#L12

Added line #L12 was not covered by tests

Check warning on line 19 in prqlc/prqlc/src/ir/generic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/ir/generic.rs#L19

Added line #L19 was not covered by tests

Check warning on line 25 in prqlc/prqlc/src/ir/generic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/ir/generic.rs#L25

Added line #L25 was not covered by tests

Check warning on line 14 in prqlc/prqlc/src/ir/pl/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/ir/pl/expr.rs#L14

Added line #L14 was not covered by tests

Check warning on line 88 in prqlc/prqlc/src/ir/pl/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/ir/pl/expr.rs#L88

Added line #L88 was not covered by tests

Check warning on line 98 in prqlc/prqlc/src/ir/pl/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/ir/pl/expr.rs#L98

Added line #L98 was not covered by tests

Check warning on line 126 in prqlc/prqlc/src/ir/pl/expr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

prqlc/prqlc/src/ir/pl/expr.rs#L126

Added line #L126 was not covered by tests