Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac committed Sep 11, 2024
1 parent c542272 commit 5d28d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ ignore:
- "precompiles/**/*.sol"
- "precompiles/prototype/IPrototype.go"
- "precompiles/staking/IStaking.go"
- "precompiles/bank/IBank.go"
4 changes: 2 additions & 2 deletions e2e/e2etests/test_precompiles_bank.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ func TestPrecompilesBank(r *runner.E2ERunner, args []string) {
require.EqualValues(r, 1, receipt.Status, "Error approving allowance for bank contract")

// Call deposit with 100 coins
// _, err = bankContract.Deposit(r.ZEVMAuth, r.ERC20ZRC20Addr, big.NewInt(0))
// require.NoError(r, err, "Error calling deposit")
_, err = bankContract.Deposit(r.ZEVMAuth, r.ERC20ZRC20Addr, big.NewInt(100))
require.NoError(r, err, "Error calling deposit")

// Check the balance of the user_precompile in coins "zevm/0x12345"

Expand Down

0 comments on commit 5d28d8a

Please sign in to comment.