update docs #16
ci.yml
on: push
build
38s
test
1m 6s
coverage
5m 25s
lint
19s
slither-analyze
1m 41s
Annotations
1 error and 17 warnings
coverage
The code coverage is too low: 75.65. Expected at least 100.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
src/RewardsDistributor.sol#L4
imported name console is not used
|
lint:
src/RewardsDistributor.sol#L5
imported name ERC20 is not used
|
lint:
src/RewardsDistributor.sol#L8
imported name SafeTransferLib is not used
|
lint:
src/RewardsDistributor.sol#L80
GC: Use Custom Errors instead of require statements
|
lint:
src/RewardsDistributor.sol#L81
GC: Use Custom Errors instead of require statements
|
lint:
src/Staking.sol#L5
imported name ERC20 is not used
|
lint:
src/Staking.sol#L68
Value parameter in mapping stakes is not named
|
lint:
src/Staking.sol#L143
GC: Use Custom Errors instead of require statements
|
lint:
src/Staking.sol#L209
GC: Use Custom Errors instead of require statements
|
lint:
src/Staking.sol#L270
GC: Use Custom Errors instead of require statements
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
slither-analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
slither-analyze
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, zgosalvez/github-actions-report-lcov@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|