Skip to content

Circuit breaker playground #46

Circuit breaker playground

Circuit breaker playground #46

Triggered via pull request November 11, 2024 19:34
Status Success
Total duration 3m 36s
Artifacts

test-unit.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 warnings and 10 notices
test (1.22.x)
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/
test (1.23.x)
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/
test (1.23.x)
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.23.x)
Restore cache failed: Dependencies file is not found in /home/runner/work/plt/plt. Supported file pattern: go.sum
test (1.22.x)
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/
test (1.22.x)
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/
test (1.22.x)
Restore cache failed: Dependencies file is not found in /home/runner/work/plt/plt. Supported file pattern: go.sum
test (1.22.x): _examples/circuit-breaker-playground/main.go#L1
File is not covered by tests.
test (1.22.x): _examples/circuit-breaker-playground/middleware.go#L1
File is not covered by tests.
test (1.22.x): curl/cmd.go#L212
4 statement(s) on lines 211:214 are not covered by tests.
test (1.22.x): curl/cmd.go#L216
4 statement(s) on lines 215:218 are not covered by tests.
test (1.22.x): fasthttp/job.go#L115
1 statement(s) on lines 114:116 are not covered by tests.
test (1.22.x): loadgen/app.go#L25
10 statement(s) on lines 9:28 are not covered by tests.
test (1.22.x): loadgen/run.go#L345
3 statement(s) on lines 344:348 are not covered by tests.
test (1.22.x): loadgen/run.go#L451
7 statement(s) on lines 442:453 are not covered by tests.
test (1.22.x): nethttp/job.go#L103
1 statement(s) on lines 102:103 are not covered by tests.
test (1.22.x): nethttp/job.go#L105
1 statement(s) on lines 104:105 are not covered by tests.