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

Architectural changes #10

Merged
merged 17 commits into from
Apr 21, 2024

refactor: remove shutdown logic ♻️

81348a2
Select commit
Loading
Failed to load commit list.
Merged

Architectural changes #10

refactor: remove shutdown logic ♻️
81348a2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 21, 2024 in 0s

84.76% of diff hit (target 90.45%)

View this Pull Request on Codecov

84.76% of diff hit (target 90.45%)

Annotations

Check warning on line 24 in internal/db/mysql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/mysql.go#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 31 in internal/db/mysql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/mysql.go#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 59 in internal/db/mysql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/mysql.go#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 67 in internal/db/mysql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/mysql.go#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 78 in internal/db/mysql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/mysql.go#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 87 in internal/db/mysql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/mysql.go#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 126 in internal/db/mysql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/mysql.go#L125-L126

Added lines #L125 - L126 were not covered by tests

Check warning on line 26 in internal/db/pg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/pg.go#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 33 in internal/db/pg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/pg.go#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 45 in internal/db/pg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/pg.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 62 in internal/db/pg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/pg.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 70 in internal/db/pg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/pg.go#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 81 in internal/db/pg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/pg.go#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 90 in internal/db/pg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/pg.go#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 129 in internal/db/pg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/pg.go#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 30 in internal/db/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/sqlite.go#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 37 in internal/db/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/sqlite.go#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 64 in internal/db/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/sqlite.go#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 72 in internal/db/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/sqlite.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 83 in internal/db/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/sqlite.go#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 92 in internal/db/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/sqlite.go#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 37 in internal/handlers/dbHandlers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/dbHandlers.go#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 56 in internal/handlers/dbHandlers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/dbHandlers.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 69 in internal/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server.go#L69

Added line #L69 was not covered by tests