Unexport DB init helpers, add control for observability #59
Annotations
4 warnings and 10 notices
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, actions/cache@v3, actions/cache@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Install Go stable
Restore cache failed: Dependencies file is not found in /home/runner/work/brick/brick. Supported file pattern: go.sum
|
Annotate missing test coverage:
database/config.go#L1
File is not covered by tests.
|
Annotate missing test coverage:
database/observability.go#L18
1 statement(s) on lines 18:20 are not covered by tests.
|
Annotate missing test coverage:
database/observability.go#L23
1 statement(s) on lines 23:25 are not covered by tests.
|
Annotate missing test coverage:
database/observability.go#L38
1 statement(s) on lines 38:40 are not covered by tests.
|
Annotate missing test coverage:
database/observability.go#L43
1 statement(s) on lines 43:45 are not covered by tests.
|
Annotate missing test coverage:
database/observability.go#L47
1 statement(s) on lines 47:48 are not covered by tests.
|
Annotate missing test coverage:
database/observability.go#L56
2 statement(s) on lines 56:64 are not covered by tests.
|
Annotate missing test coverage:
database/observability.go#L60
2 statement(s) on lines 56:64 are not covered by tests.
|
Annotate missing test coverage:
database/observability.go#L90
4 statement(s) on lines 86:93 are not covered by tests.
|
Annotate missing test coverage:
database/storage.go#L23
4 statement(s) on lines 22:29 are not covered by tests.
|
Loading