send status as part of the metrics to prometheus #4104
ci.yml
on: pull_request
Matrix: build
build-rust
1m 4s
all
0s
Annotations
13 errors and 8 warnings
build (20.x):
javascript/packages/utils/src/zombieMetrics.ts#L29
Replace `elapsed:·number,·success:·boolean` with `⏎··elapsed:·number,⏎··success:·boolean,⏎`
|
build (20.x):
javascript/packages/utils/src/zombieMetrics.ts#L31
'status' is never reassigned. Use 'const' instead
|
build (20.x):
javascript/packages/utils/src/zombieMetrics.ts#L31
Replace `'pass'·:·'fail'` with `"pass"·:·"fail"`
|
build (20.x)
Process completed with exit code 1.
|
build (18.x):
javascript/packages/utils/src/zombieMetrics.ts#L29
Replace `elapsed:·number,·success:·boolean` with `⏎··elapsed:·number,⏎··success:·boolean,⏎`
|
build (18.x):
javascript/packages/utils/src/zombieMetrics.ts#L31
'status' is never reassigned. Use 'const' instead
|
build (18.x):
javascript/packages/utils/src/zombieMetrics.ts#L31
Replace `'pass'·:·'fail'` with `"pass"·:·"fail"`
|
build (18.x)
Process completed with exit code 1.
|
build (19.x)
The job was canceled because "_20_x" failed.
|
build (19.x):
javascript/packages/utils/src/zombieMetrics.ts#L29
Replace `elapsed:·number,·success:·boolean` with `⏎··elapsed:·number,⏎··success:·boolean,⏎`
|
build (19.x):
javascript/packages/utils/src/zombieMetrics.ts#L31
'status' is never reassigned. Use 'const' instead
|
build (19.x):
javascript/packages/utils/src/zombieMetrics.ts#L31
Replace `'pass'·:·'fail'` with `"pass"·:·"fail"`
|
build (19.x)
The operation was canceled.
|
build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
use of a fallible conversion when an infallible one could be used:
crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used
--> crates/parser/src/lib.rs:184:10
|
184 | .try_into()
| ^^^^^^^^ help: use: `into`
|
= note: converting `&str` to `PathBuf` cannot fail
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
= note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default
|
build-rust
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|