feat(.github): use Nix shell for Github Actions steps #306
Annotations
60 warnings
Rustfmt Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rustfmt Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rustfmt Check
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/
|
Rustfmt Check
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/
|
Rustfmt Check
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/
|
Rustfmt Check
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/
|
missing documentation for a struct:
eventually-postgres/src/event.rs#L98
warning: missing documentation for a struct
--> eventually-postgres/src/event.rs:98:1
|
98 | pub struct Store<Id, Evt, Serde>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a variant:
eventually-postgres/src/event.rs#L26
warning: missing documentation for a variant
--> eventually-postgres/src/event.rs:26:5
|
26 | Database(#[source] sqlx::Error),
| ^^^^^^^^
|
missing documentation for a struct field:
eventually-postgres/src/event.rs#L23
warning: missing documentation for a struct field
--> eventually-postgres/src/event.rs:23:9
|
23 | error: sqlx::Error,
| ^^^^^^^^^^^^^^^^^^
|
missing documentation for a struct field:
eventually-postgres/src/event.rs#L21
warning: missing documentation for a struct field
--> eventually-postgres/src/event.rs:21:9
|
21 | name: &'static str,
| ^^^^^^^^^^^^^^^^^^
|
missing documentation for a variant:
eventually-postgres/src/event.rs#L20
warning: missing documentation for a variant
--> eventually-postgres/src/event.rs:20:5
|
20 | ReadColumn {
| ^^^^^^^^^^
|
missing documentation for a variant:
eventually-postgres/src/event.rs#L18
warning: missing documentation for a variant
--> eventually-postgres/src/event.rs:18:5
|
18 | DeserializeEvent(#[source] anyhow::Error),
| ^^^^^^^^^^^^^^^^
|
missing documentation for an enum:
eventually-postgres/src/event.rs#L16
warning: missing documentation for an enum
--> eventually-postgres/src/event.rs:16:1
|
16 | pub enum StreamError {
| ^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a module:
eventually-postgres/src/lib.rs#L12
warning: missing documentation for a module
--> eventually-postgres/src/lib.rs:12:1
|
12 | pub mod event;
| ^^^^^^^^^^^^^
|
note: the lint level is defined here
--> eventually-postgres/src/lib.rs:9:9
|
9 | #![warn(missing_docs)]
| ^^^^^^^^^^^^
|
Clippy Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy Lint
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/
|
Clippy Lint
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/
|
Clippy Lint
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/
|
Clippy Lint
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/
|
Test (nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@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 (nightly)
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/
|
Test (nightly)
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/
|
Test (nightly)
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/
|
Test (nightly)
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/
|
Test (nightly):
eventually/src/event/store.rs#L350
the item `event` is imported redundantly
|
Test (nightly):
eventually/src/event/store.rs#L351
the item `Appender` is imported redundantly
|
Test (nightly):
eventually/src/event/store.rs#L351
the item `Streamer` is imported redundantly
|
Test (nightly):
eventually-postgres/src/event.rs#L2
the item `ToString` is imported redundantly
|
Test (nightly):
eventually-postgres/src/lib.rs#L12
missing documentation for a module
|
Test (nightly):
eventually-postgres/src/event.rs#L16
missing documentation for an enum
|
Test (nightly):
eventually-postgres/src/event.rs#L18
missing documentation for a variant
|
Test (nightly):
eventually-postgres/src/event.rs#L20
missing documentation for a variant
|
Test (nightly):
eventually-postgres/src/event.rs#L21
missing documentation for a struct field
|
Test (nightly):
eventually-postgres/src/event.rs#L23
missing documentation for a struct field
|
Code Coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Code Coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Code Coverage
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Code Coverage
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/
|
Code Coverage
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/
|
Code Coverage
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/
|
Code Coverage
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/
|
Test (stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@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 (stable)
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/
|
Test (stable)
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/
|
Test (stable)
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/
|
Test (stable)
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/
|
Test (stable):
eventually-postgres/src/lib.rs#L12
missing documentation for a module
|
Test (stable):
eventually-postgres/src/event.rs#L16
missing documentation for an enum
|
Test (stable):
eventually-postgres/src/event.rs#L18
missing documentation for a variant
|
Test (stable):
eventually-postgres/src/event.rs#L20
missing documentation for a variant
|
Test (stable):
eventually-postgres/src/event.rs#L21
missing documentation for a struct field
|
Test (stable):
eventually-postgres/src/event.rs#L23
missing documentation for a struct field
|
Test (stable):
eventually-postgres/src/event.rs#L26
missing documentation for a variant
|
Test (stable):
eventually-postgres/src/event.rs#L98
missing documentation for a struct
|
Test (stable)
`eventually-postgres` (lib) generated 8 warnings
|
Test [Nix] (stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: DeterminateSystems/magic-nix-cache-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test [Nix] (nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: DeterminateSystems/magic-nix-cache-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
code-coverage-report
Expired
|
15.6 KB |
|