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: delete query #2

Merged
merged 1 commit into from
Sep 6, 2023

feat: delete query

96c2f12
Select commit
Loading
Failed to load commit list.
Merged

feat: delete query #2

feat: delete query
96c2f12
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 6, 2023 in 1s

86.63% of diff hit (target 3.10%)

View this Pull Request on Codecov

86.63% of diff hit (target 3.10%)

Annotations

Check warning on line 48 in example/src/entities/person/queries.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/entities/person/queries.rs#L48

Added line #L48 was not covered by tests

Check warning on line 27 in example/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/main.rs#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 36 in example/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/main.rs#L36

Added line #L36 was not covered by tests

Check warning on line 43 in example/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/main.rs#L43

Added line #L43 was not covered by tests

Check warning on line 58 in example/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/main.rs#L58

Added line #L58 was not covered by tests

Check warning on line 60 in example/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/main.rs#L60

Added line #L60 was not covered by tests

Check warning on line 62 in example/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/main.rs#L62

Added line #L62 was not covered by tests

Check warning on line 68 in example/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/main.rs#L68

Added line #L68 was not covered by tests

Check warning on line 72 in example/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/src/main.rs#L70-L72

Added lines #L70 - L72 were not covered by tests

Check warning on line 11 in scyllax-macros/src/queries/delete.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

scyllax-macros/src/queries/delete.rs#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 17 in scyllax-macros/src/queries/delete.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

scyllax-macros/src/queries/delete.rs#L17

Added line #L17 was not covered by tests

Check warning on line 22 in scyllax-macros/src/queries/delete.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

scyllax-macros/src/queries/delete.rs#L22

Added line #L22 was not covered by tests

Check warning on line 30 in scyllax-macros/src/queries/delete.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

scyllax-macros/src/queries/delete.rs#L30

Added line #L30 was not covered by tests

Check warning on line 68 in src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/executor.rs#L64-L68

Added lines #L64 - L68 were not covered by tests

Check warning on line 71 in src/executor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/executor.rs#L70-L71

Added lines #L70 - L71 were not covered by tests