Borrow and stake support pcape #2182
Triggered via pull request
September 3, 2023 09:03
Status
Failure
Total duration
1h 35m 8s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Matrix: Coverage Check
Matrix: Lint Check
Matrix: Unit Tests
Annotations
12 errors and 2 warnings
Lint Check (18):
test/_sape_pool_operation.spec.ts#L73
Argument of type '{ nftAsset: string; borrowAsset: string; borrowAmount: BigNumber; cashAmount: number; }' is not assignable to parameter of type 'StakingInfoStruct'.
|
Lint Check (18):
test/_sape_pool_operation.spec.ts#L123
Argument of type '{ nftAsset: string; borrowAsset: string; borrowAmount: BigNumber; cashAmount: number; }' is not assignable to parameter of type 'StakingInfoStruct'.
|
Lint Check (18):
test/_sape_pool_operation.spec.ts#L175
Argument of type '{ nftAsset: string; borrowAsset: string; borrowAmount: BigNumber; cashAmount: number; }' is not assignable to parameter of type 'StakingInfoStruct'.
|
Lint Check (18):
test/auto_compound_ape.spec.ts#L473
Argument of type '{ nftAsset: string; borrowAsset: string; borrowAmount: number; cashAmount: any; }' is not assignable to parameter of type 'StakingInfoStruct'.
|
Lint Check (18):
test/auto_compound_ape.spec.ts#L486
Argument of type '{ nftAsset: string; borrowAsset: string; borrowAmount: number; cashAmount: any; }' is not assignable to parameter of type 'StakingInfoStruct'.
|
Lint Check (18):
test/auto_compound_ape.spec.ts#L499
Argument of type '{ nftAsset: string; borrowAsset: string; borrowAmount: number; cashAmount: any; }' is not assignable to parameter of type 'StakingInfoStruct'.
|
Lint Check (18):
test/auto_compound_ape.spec.ts#L542
Property 'claimApeAndCompound' does not exist on type 'IPool'.
|
Lint Check (18):
test/auto_compound_ape.spec.ts#L578
Property 'claimApeAndCompound' does not exist on type 'IPool'.
|
Lint Check (18):
test/auto_compound_ape.spec.ts#L624
Argument of type '{ nftAsset: string; borrowAsset: string; borrowAmount: number; cashAmount: BigNumber; }' is not assignable to parameter of type 'StakingInfoStruct'.
|
Lint Check (18):
test/auto_compound_ape.spec.ts#L644
Property 'claimApeAndCompound' does not exist on type 'IPool'.
|
Unit Tests (18)
Process completed with exit code 20.
|
Coverage Check (18)
Process completed with exit code 1.
|
Lint Check (18)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Unit Tests (18)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|