Ci improvements #331
ci.yml
on: pull_request
test-unit
8m 2s
test-invariant
2m 44s
test-fuzz
3m 22s
coverage
15m 13s
slither-analyze
10m 13s
Annotations
1 error and 10 warnings
test-invariant
Process completed with exit code 1.
|
lint:
contracts/interfaces/ISetters.sol#L3
Found more than One contract per file. 2 contracts found!
|
lint:
contracts/savings/BaseSavings.sol#L42
imported name IAgToken is not used
|
lint:
contracts/savings/BaseSavings.sol#L44
imported name IAccessControlManager is not used
|
lint:
contracts/transmuter/configs/Production.sol#L12
imported name DummyDiamondImplementation is not used
|
lint:
contracts/transmuter/configs/Production.sol#L35
Use Custom Errors instead of require statements
|
lint:
contracts/transmuter/configs/Production.sol#L36
Use Custom Errors instead of require statements
|
lint:
contracts/transmuter/facets/DiamondEtherscan.sol#L7
imported name LibDiamond is not used
|
test-invariant
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-fuzz
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-unit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|