Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update CI and test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
kphed committed Nov 13, 2023
1 parent 661954f commit 72911cb
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 45 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: forge-test

on: [push]

name: test
env:
FOUNDRY_PROFILE: ci

jobs:
check:
Expand All @@ -16,5 +19,10 @@ jobs:
with:
version: nightly

- name: Run tests
run: forge test -vvv
- name: Run Forge tests
env:
FOUNDRY_PROFILE: default
RPC_URL: ${{ secrets.BASE_RPC_URL }}
run: |
forge test -vvv --fuzz-runs 10000 --rpc-url "$RPC_URL"
id: test
78 changes: 36 additions & 42 deletions lcov.info
Original file line number Diff line number Diff line change
Expand Up @@ -40,56 +40,50 @@ FNDA:1,BrrETH.symbol
DA:76,1
FN:79,BrrETH.asset
FNDA:1,BrrETH.asset
DA:80,1029
DA:80,1032
FN:83,BrrETH.deposit
FNDA:772,BrrETH.deposit
DA:87,772
BRDA:87,1,0,258
FNDA:771,BrrETH.deposit
DA:87,771
BRDA:87,1,0,257
BRDA:87,1,1,514
DA:88,258
DA:89,514
BRDA:89,2,0,-
BRDA:89,2,1,514
DA:91,514
DA:93,514
DA:95,514
FN:98,BrrETH.mint
FNDA:0,BrrETH.mint
DA:102,0
BRDA:102,3,0,-
BRDA:102,3,1,-
DA:104,0
DA:106,0
DA:88,257
DA:90,514
DA:92,514
DA:94,514
FN:97,BrrETH.mint
FNDA:1,BrrETH.mint
DA:101,1
DA:103,1
DA:105,1
BRDA:105,2,0,1
BRDA:105,2,1,-
DA:106,1
DA:108,0
BRDA:108,4,0,-
BRDA:108,4,1,-
DA:109,0
DA:111,0
FN:117,BrrETH.harvest
FN:114,BrrETH.harvest
FNDA:0,BrrETH.harvest
DA:118,514
DA:120,514
DA:121,514
DA:122,514
DA:123,514
DA:124,514
DA:126,514
DA:115,515
DA:117,515
DA:118,515
DA:119,515
DA:120,515
DA:121,515
DA:123,515
DA:124,0
DA:125,0
DA:127,0
DA:128,0
DA:130,0
BRDA:130,5,0,-
BRDA:130,5,1,-
DA:132,0
DA:137,0
FN:152,BrrETH.transferOwnership
BRDA:127,3,0,-
BRDA:127,3,1,-
DA:129,0
DA:134,0
FN:149,BrrETH.transferOwnership
FNDA:0,BrrETH.transferOwnership
FN:157,BrrETH.renounceOwnership
FN:154,BrrETH.renounceOwnership
FNDA:0,BrrETH.renounceOwnership
FNF:11
FNH:7
LF:37
LH:26
BRF:12
FNH:8
LF:35
LH:29
BRF:8
BRH:4
end_of_record
TN:
Expand Down

0 comments on commit 72911cb

Please sign in to comment.