Skip to content

Contracts upgrade 0.54.0 (1) #663

Contracts upgrade 0.54.0 (1)

Contracts upgrade 0.54.0 (1) #663

Triggered via pull request November 22, 2024 10:01
Status Success
Total duration 4m 43s
Artifacts 1

actions.yml

on: pull_request
Contracts  /  Wasm tests
3m 1s
Contracts / Wasm tests
Contracts  /  Test Coverage
4m 31s
Contracts / Test Coverage
Contracts  /  Rust tests
1m 42s
Contracts / Rust tests
Contracts  /  Clippy linter check
39s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
[clippy] contracts/dn404/tests/setup.rs#L35: contracts/dn404/tests/setup.rs#L35
warning: you should consider adding a `Default` implementation for `Dn404Setup` --> contracts/dn404/tests/setup.rs:35:5 | 35 | / pub fn new() -> Self { 36 | | let mut b_mock = world(); 37 | | 38 | | let roles = vec![ ... | 141 | | Dn404Setup { b_mock } 142 | | } | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default = note: `#[warn(clippy::new_without_default)]` on by default help: try adding this | 34 + impl Default for Dn404Setup { 35 + fn default() -> Self { 36 + Self::new() 37 + } 38 + } |
Contracts / Clippy linter check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-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/
Contracts / Rust tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Wasm tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Contracts / Test Coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coverage". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
coverage
23 KB