chore(deps): bump codecov/codecov-action from 3 to 4 (#283) #152
Annotations
24 warnings
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)]
| ^^^^^^^^^^^^
|
Docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Docs
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/
|
Docs
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/
|
Docs
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/
|
Docs
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/
|
Docs
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/
|
Docs:
eventually-postgres/src/lib.rs#L12
missing documentation for a module
|
Docs:
eventually-postgres/src/event.rs#L16
missing documentation for an enum
|
Docs:
eventually-postgres/src/event.rs#L18
missing documentation for a variant
|
Docs:
eventually-postgres/src/event.rs#L20
missing documentation for a variant
|
Docs:
eventually-postgres/src/event.rs#L21
missing documentation for a struct field
|
Docs:
eventually-postgres/src/event.rs#L23
missing documentation for a struct field
|
Docs:
eventually-postgres/src/event.rs#L26
missing documentation for a variant
|
Docs:
eventually-postgres/src/event.rs#L98
missing documentation for a struct
|
Docs
`eventually-postgres` (lib) generated 8 warnings
|
Docs:
eventually/src/aggregate/mod.rs#L245
public documentation for `RehydrateError` links to private item `Root::rehydrate_async`
|