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

Support plugins #1266

Merged
merged 10 commits into from
May 25, 2024

backend: embed backend_operations table in backend_base

bd26302
Select commit
Loading
Failed to load commit list.
Merged

Support plugins #1266

backend: embed backend_operations table in backend_base
bd26302
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 25, 2024 in 0s

41.57% of diff hit (target 0.00%)

View this Pull Request on Codecov

41.57% of diff hit (target 0.00%)

Annotations

Check warning on line 29 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L29

Added line #L29 was not covered by tests

Check warning on line 32 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 37 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L37

Added line #L37 was not covered by tests

Check warning on line 43 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L40-L43

Added lines #L40 - L43 were not covered by tests

Check warning on line 51 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L45-L51

Added lines #L45 - L51 were not covered by tests

Check warning on line 54 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 65 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 76 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 80 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L80

Added line #L80 was not covered by tests

Check warning on line 82 in src/api.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/api.c#L82

Added line #L82 was not covered by tests

Check warning on line 30 in src/backend/backend.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/backend.c#L30

Added line #L30 was not covered by tests

Check warning on line 33 in src/backend/backend.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/backend.c#L33

Added line #L33 was not covered by tests

Check warning on line 36 in src/backend/backend.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/backend.c#L36

Added line #L36 was not covered by tests

Check warning on line 39 in src/backend/backend.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/backend.c#L39

Added line #L39 was not covered by tests

Check warning on line 45 in src/backend/backend.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/backend.c#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 87 in src/backend/driver.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/driver.c#L87

Added line #L87 was not covered by tests

Check warning on line 216 in src/backend/dummy/dummy.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/dummy/dummy.c#L214-L216

Added lines #L214 - L216 were not covered by tests

Check warning on line 248 in src/backend/dummy/dummy.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/dummy/dummy.c#L248

Added line #L248 was not covered by tests

Check warning on line 79 in src/backend/gl/egl.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/gl/egl.c#L79

Added line #L79 was not covered by tests

Check warning on line 342 in src/backend/gl/egl.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/gl/egl.c#L340-L342

Added lines #L340 - L342 were not covered by tests

Check warning on line 345 in src/backend/gl/egl.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/gl/egl.c#L345

Added line #L345 was not covered by tests

Check warning on line 353 in src/backend/gl/egl.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/gl/egl.c#L351-L353

Added lines #L351 - L353 were not covered by tests

Check warning on line 413 in src/backend/gl/egl.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/gl/egl.c#L413

Added line #L413 was not covered by tests

Check warning on line 527 in src/backend/gl/glx.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/gl/glx.c#L525-L527

Added lines #L525 - L527 were not covered by tests

Check warning on line 593 in src/backend/gl/glx.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/gl/glx.c#L593

Added line #L593 was not covered by tests