Skip to content

Multisig unit tests #906

Multisig unit tests

Multisig unit tests #906

Triggered via pull request November 12, 2024 11:33
Status Success
Total duration 2m 40s
Artifacts 4

actions.yml

on: pull_request
Contracts  /  Wasm tests
2m 30s
Contracts / Wasm tests
Contracts  /  Test Coverage
1m 3s
Contracts / Test Coverage
Contracts  /  Rust tests
50s
Contracts / Rust tests
Contracts  /  Clippy linter check
13s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
[clippy] multisig/tests/multisig_blackbox_test.rs#L409: multisig/tests/multisig_blackbox_test.rs#L409
warning: using `clone` on type `TestTokenIdentifier<'_>` which implements the `Copy` trait --> multisig/tests/multisig_blackbox_test.rs:409:48 | 409 | .change_default_price_per_gas_unit(WEGLD_TOKEN_ID.clone(), 1u64) | ^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `WEGLD_TOKEN_ID` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `#[warn(clippy::clone_on_copy)]` on by default
[clippy] multisig/tests/multisig_blackbox_test.rs#L1566: multisig/tests/multisig_blackbox_test.rs#L1566
warning: using `clone` on type `u64` which implements the `Copy` trait --> multisig/tests/multisig_blackbox_test.rs:1566:9 | 1566 | slashed_amount.clone(), | ^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `slashed_amount` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
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 / 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", "mxpy_report", "report", "report-markdown". 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/
Contracts / Wasm tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3, dawidd6/action-download-artifact@v2, 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/

Artifacts

Produced during runtime
Name Size
coverage
6.09 KB
mxpy_report
13.9 KB
report
1.07 KB
report-markdown
1.11 KB